Class Retiree
- java.lang.Object
-
- com.ellucian.generated.eedm.matching_gift_policies.v6_0.Retiree
-
@Generated("jsonschema2pojo") public class Retiree extends Object
Retiree
-
-
Constructor Summary
Constructors Constructor Description Retiree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Limit__1getLimit()LimitStringgetRatio()RatiointhashCode()voidsetLimit(Limit__1 limit)LimitvoidsetRatio(String ratio)RatioStringtoString()RetireewithLimit(Limit__1 limit)RetireewithRatio(String ratio)
-
-
-
Field Detail
-
ratio
@JsonPropertyDescription("The ratio of donation matched by the company for a retiree.") private String ratioRatioThe ratio of donation matched by the company for a retiree.
-
limit
@JsonPropertyDescription("Maximum amount of donation matched by the company for an retiree.") private Limit__1 limitLimitMaximum amount of donation matched by the company for an retiree.
-
-
Method Detail
-
getRatio
public String getRatio()
RatioThe ratio of donation matched by the company for a retiree.
-
setRatio
public void setRatio(String ratio)
RatioThe ratio of donation matched by the company for a retiree.
-
getLimit
public Limit__1 getLimit()
LimitMaximum amount of donation matched by the company for an retiree.
-
setLimit
public void setLimit(Limit__1 limit)
LimitMaximum amount of donation matched by the company for an retiree.
-
-