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 Object
amount
Amountprivate Object
designation
Designationprivate GivingCode
givingCode
Giving Code
-
Constructor Summary
Constructors Constructor Description GivingCodeDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAmount()
AmountObject
getDesignation()
DesignationGivingCode
getGivingCode()
Giving Codeint
hashCode()
void
setAmount(Object amount)
Amountvoid
setDesignation(Object designation)
Designationvoid
setGivingCode(GivingCode givingCode)
Giving CodeString
toString()
GivingCodeDetail
withAmount(Object amount)
GivingCodeDetail
withDesignation(Object designation)
GivingCodeDetail
withGivingCode(GivingCode givingCode)
-
-
-
Field Detail
-
givingCode
@JsonPropertyDescription("The giving code associated with the contribution.") private GivingCode givingCode
Giving CodeThe giving code associated with the contribution. (Required)
-
amount
@JsonPropertyDescription("The amount associated with the giving code.") private Object amount
AmountThe amount associated with the giving code.
-
designation
@JsonPropertyDescription("The designation associated with the giving code.") private Object designation
DesignationThe 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)
-
-