| Constructor and Description |
|---|
MoneyImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCentAmount() |
String |
getCurrencyCode()
The currency code compliant to ISO 4217.
|
int |
hashCode() |
void |
setCentAmount(Long centAmount) |
void |
setCurrencyCode(String currencyCode) |
getClass, notify, notifyAll, toString, wait, wait, waitpublic MoneyImpl()
public Long getCentAmount()
getCentAmount in interface Moneypublic String getCurrencyCode()
The currency code compliant to ISO 4217.
getCurrencyCode in interface Moneypublic void setCentAmount(Long centAmount)
setCentAmount in interface Moneypublic void setCurrencyCode(String currencyCode)
setCurrencyCode in interface Money