public interface MoneyIF
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
CurrencyType |
getCurrency() |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(CurrencyType currencyType) |
BigDecimal getAmount()
void setAmount(BigDecimal amount)
CurrencyType getCurrency()
void setCurrency(CurrencyType currencyType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.