Interface Rate
-
public interface Rate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencygetBaseCurrency()org.joda.time.DateTimegetConversionDate()CurrencygetCurrency()BigDecimalgetValue()
-
-
-
Method Detail
-
getBaseCurrency
Currency getBaseCurrency()
-
getCurrency
Currency getCurrency()
-
getValue
BigDecimal getValue()
-
getConversionDate
org.joda.time.DateTime getConversionDate()
-
-