IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.fx
Class AbstractRatesProvider

java.lang.Object
  extended by com.ibm.btt.bc.fx.AbstractRatesProvider
All Implemented Interfaces:
RatesProvider
Direct Known Subclasses:
RatesProviderImpl

public abstract class AbstractRatesProvider
extends java.lang.Object
implements RatesProvider

The parent class for RateProvider classes. See the RatesProviderImpl class for an example of how to implement a subclass.


Constructor Summary
AbstractRatesProvider()
           
 
Method Summary
 java.lang.String getConversionCurrency()
          Returns the conversion currency property.
 RatesRepository getRatesRepository()
          Returns the rates repository instance of the rates provider.
 void setConversionCurrency(java.lang.String conversionCurrency)
          Sets the conversion currency property.
 void setRatesRepository(RatesRepository ratesRepository)
          Sets the rates repository instance of the rates provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.btt.bc.fx.RatesProvider
getAllSupportedCurrencies, getDefinedMonetaryItems, getRate
 

Constructor Detail

AbstractRatesProvider

public AbstractRatesProvider()
Method Detail

getConversionCurrency

public java.lang.String getConversionCurrency()
Returns the conversion currency property.

Returns:
the conversion currency property

setConversionCurrency

public void setConversionCurrency(java.lang.String conversionCurrency)
Sets the conversion currency property.

Parameters:
conversionCurrency - the conversion currency property

getRatesRepository

public RatesRepository getRatesRepository()
Returns the rates repository instance of the rates provider.

Returns:
the rates repository instance of the rates provider

setRatesRepository

public void setRatesRepository(RatesRepository ratesRepository)
Sets the rates repository instance of the rates provider.

Parameters:
ratesRepository - the rates repository instance of the rates provider

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010