Class Rate
- java.lang.Object
-
- com.ellucian.generated.eedm.institution_jobs.v12_0.Rate
-
@Generated("jsonschema2pojo") public class Rate extends Object
RateThe amount awarded per time period.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRate.CurrencyCurrency
-
Field Summary
Fields Modifier and Type Field Description private Rate.CurrencycurrencyCurrencyprivate DoublevalueValue
-
Constructor Summary
Constructors Constructor Description Rate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Rate.CurrencygetCurrency()CurrencyDoublegetValue()ValueinthashCode()voidsetCurrency(Rate.Currency currency)CurrencyvoidsetValue(Double value)ValueStringtoString()RatewithCurrency(Rate.Currency currency)RatewithValue(Double value)
-
-
-
Field Detail
-
value
@JsonPropertyDescription("The monetary value") private Double valueValueThe monetary value (Required)
-
currency
@JsonPropertyDescription("The ISO 4217 currency code") private Rate.Currency currencyCurrencyThe ISO 4217 currency code (Required)
-
-
Method Detail
-
getValue
public Double getValue()
ValueThe monetary value (Required)
-
setValue
public void setValue(Double value)
ValueThe monetary value (Required)
-
getCurrency
public Rate.Currency getCurrency()
CurrencyThe ISO 4217 currency code (Required)
-
setCurrency
public void setCurrency(Rate.Currency currency)
CurrencyThe ISO 4217 currency code (Required)
-
withCurrency
public Rate withCurrency(Rate.Currency currency)
-
-