|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.CurrencyTable
@Immutable @ThreadSafe public final class CurrencyTable
Represents a currency table set up in Common Services
An object of this class can be obtained from DBLink object's
getCurrencyTable(...)
method. The object is
immutable and reflects the state of the data when the method was called.
Method Summary | |
---|---|
java.lang.String |
getCurrencyCode()
Gets the code of the currency |
Currency.DateMatch |
getDateMatch()
Gets the date matching method used to determine the exchange rate |
java.lang.String |
getDescription()
Gets the description of the currency |
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 |
getSourceOfRates()
Gets the source of the rates |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCurrencyCode()
public Currency.DateMatch getDateMatch()
public java.lang.String getDescription()
public CurrencyRate.Operator getRateOperator()
public java.lang.String getRateType()
public java.lang.String getSourceOfRates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |