Class GivingCodeDetail
- java.lang.Object
-
- com.ellucian.generated.eedm.external_contributions.v17_0_0.GivingCodeDetail
-
@Generated("jsonschema2pojo") public class GivingCodeDetail extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectamountAmountprivate ObjectdesignationDesignationprivate GivingCodegivingCodeGiving Code
-
Constructor Summary
Constructors Constructor Description GivingCodeDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountObjectgetDesignation()DesignationGivingCodegetGivingCode()Giving CodeinthashCode()voidsetAmount(Object amount)AmountvoidsetDesignation(Object designation)DesignationvoidsetGivingCode(GivingCode givingCode)Giving CodeStringtoString()GivingCodeDetailwithAmount(Object amount)GivingCodeDetailwithDesignation(Object designation)GivingCodeDetailwithGivingCode(GivingCode givingCode)
-
-
-
Field Detail
-
givingCode
@JsonPropertyDescription("The giving code associated with the contribution.") private GivingCode givingCodeGiving CodeThe giving code associated with the contribution. (Required)
-
amount
@JsonPropertyDescription("The amount associated with the giving code.") private Object amountAmountThe amount associated with the giving code.
-
designation
@JsonPropertyDescription("The designation associated with the giving code.") private Object designationDesignationThe designation associated with the giving code.
-
-
Method Detail
-
getGivingCode
public GivingCode getGivingCode()
Giving CodeThe giving code associated with the contribution. (Required)
-
setGivingCode
public void setGivingCode(GivingCode givingCode)
Giving CodeThe giving code associated with the contribution. (Required)
-
withGivingCode
public GivingCodeDetail withGivingCode(GivingCode givingCode)
-
getAmount
public Object getAmount()
AmountThe amount associated with the giving code.
-
setAmount
public void setAmount(Object amount)
AmountThe amount associated with the giving code.
-
withAmount
public GivingCodeDetail withAmount(Object amount)
-
getDesignation
public Object getDesignation()
DesignationThe designation associated with the giving code.
-
setDesignation
public void setDesignation(Object designation)
DesignationThe designation associated with the giving code.
-
withDesignation
public GivingCodeDetail withDesignation(Object designation)
-
-