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 ObjectamountAmountprivate ClassificationclassificationClassificationprivate StringcommentsCommentsprivate ObjectdesignationDesignation
-
Constructor Summary
Constructors Constructor Description GivingClassification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountClassificationgetClassification()ClassificationStringgetComments()CommentsObjectgetDesignation()DesignationinthashCode()voidsetAmount(Object amount)AmountvoidsetClassification(Classification classification)ClassificationvoidsetComments(String comments)CommentsvoidsetDesignation(Object designation)DesignationStringtoString()GivingClassificationwithAmount(Object amount)GivingClassificationwithClassification(Classification classification)GivingClassificationwithComments(String comments)GivingClassificationwithDesignation(Object designation)
-
-
-
Field Detail
-
classification
@JsonPropertyDescription("The user defined categorization of the contribution.") private Classification classificationClassificationThe user defined categorization of the contribution. (Required)
-
amount
@JsonPropertyDescription("The amount of the contribution associated with the giving classification.") private Object amountAmountThe amount of the contribution associated with the giving classification.
-
designation
@JsonPropertyDescription("The designated use of the amount associated with the giving classification.") private Object designationDesignationThe designated use of the amount associated with the giving classification.
-
comments
@JsonPropertyDescription("The comment associated with the giving classification.") private String commentsCommentsThe 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)
-
-