public class CurrencyModel
extends java.lang.Object
Constructor and Description |
---|
CurrencyModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
The ISO 4217 currency code for this currency.
|
java.lang.Byte |
getDecimalDigits()
Getter for decimalDigits
The number of decimal digits to use when formatting a currency value for display.
|
java.lang.String |
getDescription()
Getter for description
A friendly human-readable name representing this currency.
|
void |
setCode(java.lang.String value)
Setter for code
The ISO 4217 currency code for this currency.
|
void |
setDecimalDigits(java.lang.Byte value)
Setter for decimalDigits
The number of decimal digits to use when formatting a currency value for display.
|
void |
setDescription(java.lang.String value)
Setter for description
A friendly human-readable name representing this currency.
|
java.lang.String |
toString()
Returns a JSON string representation of CurrencyModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Byte getDecimalDigits()
public void setDecimalDigits(java.lang.Byte value)
public java.lang.String toString()
toString
in class java.lang.Object