public class Money extends Dto
| Constructor and Description |
|---|
Money() |
Money(CurrencyIso currency,
int amount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
CurrencyIso |
getCurrency() |
Money |
setAmount(int amount) |
Money |
setCurrency(CurrencyIso currency) |
getDependentObjects, getReadOnlyProperties, getSubObjects, getValuespublic Money(CurrencyIso currency, int amount)
public Money()
public CurrencyIso getCurrency()
public int getAmount()
public Money setCurrency(CurrencyIso currency)
public Money setAmount(int amount)