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 boolean
equals(Object other)
Object
getAmount()
AmountObject
getDate()
Dateint
hashCode()
void
setAmount(Object amount)
Amountvoid
setDate(Object date)
DateString
toString()
Granted
withAmount(Object amount)
Granted
withDate(Object date)
-
-
-
Field Detail
-
amount
@JsonPropertyDescription("The granted amount for the proposal.") private Object amount
AmountThe granted amount for the proposal.
-
date
@JsonPropertyDescription("The date on which the proposal amount was granted.") private Object date
DateThe 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.
-
-