Class GivingClassification
- java.lang.Object
-
- com.ellucian.generated.eedm.contributions.v10_0.GivingClassification
-
@Generated("jsonschema2pojo") public class GivingClassification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Object
amount
Amountprivate Classification
classification
Classificationprivate String
comments
Commentsprivate Object
designation
Designation
-
Constructor Summary
Constructors Constructor Description GivingClassification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAmount()
AmountClassification
getClassification()
ClassificationString
getComments()
CommentsObject
getDesignation()
Designationint
hashCode()
void
setAmount(Object amount)
Amountvoid
setClassification(Classification classification)
Classificationvoid
setComments(String comments)
Commentsvoid
setDesignation(Object designation)
DesignationString
toString()
GivingClassification
withAmount(Object amount)
GivingClassification
withClassification(Classification classification)
GivingClassification
withComments(String comments)
GivingClassification
withDesignation(Object designation)
-
-
-
Field Detail
-
classification
@JsonPropertyDescription("The user defined categorization of the contribution.") private Classification classification
ClassificationThe user defined categorization of the contribution. (Required)
-
amount
@JsonPropertyDescription("The amount of the contribution associated with the giving classification.") private Object amount
AmountThe amount of the contribution associated with the giving classification.
-
designation
@JsonPropertyDescription("The designated use of the amount associated with the giving classification.") private Object designation
DesignationThe designated use of the amount associated with the giving classification.
-
comments
@JsonPropertyDescription("The comment associated with the giving classification.") private String comments
CommentsThe comment associated with the giving classification.
-
-
Method Detail
-
getClassification
public Classification getClassification()
ClassificationThe user defined categorization of the contribution. (Required)
-
setClassification
public void setClassification(Classification classification)
ClassificationThe user defined categorization of the contribution. (Required)
-
withClassification
public GivingClassification withClassification(Classification classification)
-
getAmount
public Object getAmount()
AmountThe amount of the contribution associated with the giving classification.
-
setAmount
public void setAmount(Object amount)
AmountThe amount of the contribution associated with the giving classification.
-
withAmount
public GivingClassification withAmount(Object amount)
-
getDesignation
public Object getDesignation()
DesignationThe designated use of the amount associated with the giving classification.
-
setDesignation
public void setDesignation(Object designation)
DesignationThe designated use of the amount associated with the giving classification.
-
withDesignation
public GivingClassification withDesignation(Object designation)
-
getComments
public String getComments()
CommentsThe comment associated with the giving classification.
-
setComments
public void setComments(String comments)
CommentsThe comment associated with the giving classification.
-
withComments
public GivingClassification withComments(String comments)
-
-