Class Granted
- java.lang.Object
-
- com.ellucian.generated.eedm.proposals.v10_0.Granted
-
@Generated("jsonschema2pojo") public class Granted extends Object
GrantedThe amount and the date associated with the grant from the prospect for the proposal.
-
-
Constructor Summary
Constructors Constructor Description Granted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountObjectgetDate()DateinthashCode()voidsetAmount(Object amount)AmountvoidsetDate(Object date)DateStringtoString()GrantedwithAmount(Object amount)GrantedwithDate(Object date)
-
-
-
Field Detail
-
amount
@JsonPropertyDescription("The granted amount for the proposal.") private Object amountAmountThe granted amount for the proposal.
-
date
@JsonPropertyDescription("The date on which the proposal amount was granted.") private Object dateDateThe date on which the proposal amount was granted.
-
-
Method Detail
-
getAmount
public Object getAmount()
AmountThe granted amount for the proposal.
-
setAmount
public void setAmount(Object amount)
AmountThe granted amount for the proposal.
-
getDate
public Object getDate()
DateThe date on which the proposal amount was granted.
-
setDate
public void setDate(Object date)
DateThe date on which the proposal amount was granted.
-
-