|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.bc.fx.AbstractRatesProvider
public abstract class AbstractRatesProvider
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 |
---|
public AbstractRatesProvider()
Method Detail |
---|
public java.lang.String getConversionCurrency()
public void setConversionCurrency(java.lang.String conversionCurrency)
conversionCurrency
- the conversion currency propertypublic RatesRepository getRatesRepository()
public void setRatesRepository(RatesRepository ratesRepository)
ratesRepository
- the rates repository instance of the rates provider
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |