public interface FormattedMonetaryAmountInputDataBean extends InputDataBean
Modifier and Type | Method and Description |
---|---|
void | setAmount(java.math.BigDecimal newAmount)
Sets the value of the monetary amount.
|
void | setCurrency(java.lang.String newCurrency)
Sets the monetary currency.
|
void setAmount(java.math.BigDecimal newAmount)
void setCurrency(java.lang.String newCurrency)