public class AppMoney
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
currency |
private java.math.BigDecimal |
value |
Constructor and Description |
---|
AppMoney() |
AppMoney(java.math.BigDecimal value,
java.lang.String currency) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrency() |
java.math.BigDecimal |
getValue() |
void |
setCurrency(java.lang.String currency) |
void |
setValue(java.math.BigDecimal value) |