public interface Currency extends OsidPrimitive, Currency
This primitive represents a currency amount.
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Gets the total amount.
|
Type |
getCurrencyType()
Gets the currency type.
|
compareTo, equals, hashCode, isLarger, isSmallertoStringType getCurrencyType()
mandatory - This method must be implemented. java.math.BigDecimal getAmount()
mandatory - This method must be implemented.