com.sage.accpac.sm
Interface CurrencyTable

All Known Implementing Classes:
CurrencyTableImpl

public interface CurrencyTable

The CurrencyTable interface represents a currency table set up in Common Services
An object of this class can be obtained from DBLink object's getCurrencyTable(...) method.


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
 

Method Detail

getCurrencyCode

java.lang.String getCurrencyCode()
Gets the code of the currency

Returns:
the code of the currency

getDateMatch

Currency.DateMatch getDateMatch()
Gets the date matching method used to determine the exchange rate

Returns:
the date matching method used to determine the exchange rate

getDescription

java.lang.String getDescription()
Gets the description of the currency

Returns:
the description of the currency

getRateOperator

CurrencyRate.Operator getRateOperator()
Gets the operator that should be used to on the exchange rate and currency amount when performing exchange calculations

Returns:
the operator to use

getRateType

java.lang.String getRateType()
Gets the code of the rate type

Returns:
the code of the rate type

getSourceOfRates

java.lang.String getSourceOfRates()
Gets the source of the rates

Returns:
the source of the rates


Copyright © 2011 Sage Software, Inc. All rights reserved.