com.sage.accpac.sm
Class CurrencyTable

java.lang.Object
  extended by com.sage.accpac.sm.CurrencyTable

@Immutable
@ThreadSafe
public final class CurrencyTable
extends java.lang.Object

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.

Thread safety
Immutable and therefore thread-safe

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

getCurrencyCode

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


getDateMatch

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


getDescription

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


getRateOperator

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


getRateType

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


getSourceOfRates

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



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