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 boolean
equals(Object other)
Limit__1
getLimit()
LimitString
getRatio()
Ratioint
hashCode()
void
setLimit(Limit__1 limit)
Limitvoid
setRatio(String ratio)
RatioString
toString()
Retiree
withLimit(Limit__1 limit)
Retiree
withRatio(String ratio)
-
-
-
Field Detail
-
ratio
@JsonPropertyDescription("The ratio of donation matched by the company for a retiree.") private String ratio
RatioThe 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 limit
LimitMaximum 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.
-
-