|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CurrencyRate
Represents a currency exchange rate
An object of this class can be obtained from DBLink object's
getCurrencyRate(...),
getCurrencyRateComposite(...) and
getCurrencyRateFloating(...) methods.
| Nested Class Summary | |
|---|---|
static class |
CurrencyRate.Operator
Defines the operator that should be used when performing currency exchange calculations |
| Method Summary | |
|---|---|
Currency.DateMatch |
getDateMatch()
Gets the date matching method used to determine the exchange rate |
java.lang.String |
getHomeCurrency()
Gets the code of the home currency |
java.math.BigDecimal |
getRate()
Gets the currency exchange rate |
java.util.Date |
getRateDate()
Gets the effective date of the rate |
CurrencyRate.Operator |
getRateOperator()
Gets the operator that should be used to on the exchange rate and currency amount when performing exchange calculations |
java.lang.String |
getRateType()
Gets the code of the rate type |
java.lang.String |
getSourceCurrency()
Gets the code of the source currency |
java.math.BigDecimal |
getSpread()
Gets the allowed difference between the given rate and any user-entered rate |
| Method Detail |
|---|
Currency.DateMatch getDateMatch()
java.lang.String getHomeCurrency()
java.math.BigDecimal getRate()
java.util.Date getRateDate()
CurrencyRate.Operator getRateOperator()
java.lang.String getRateType()
java.lang.String getSourceCurrency()
java.math.BigDecimal getSpread()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||