Package org.cyclos.model.utils
Interface ICurrencyAmount
-
- All Superinterfaces:
HasAmount
- All Known Implementing Classes:
CurrencyAmount,CurrencyAmountDTO,RatedCurrencyAmount
public interface ICurrencyAmount extends HasAmount
Common interface for currency amount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICurrencygetCurrency()
-
-
-
Method Detail
-
getCurrency
ICurrency getCurrency()
-
-