IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.fx.impl
Class CurrencyResourceImpl

java.lang.Object
  extended by com.ibm.btt.bc.fx.impl.CurrencyResourceImpl
All Implemented Interfaces:
CurrencyResource

public class CurrencyResourceImpl
extends java.lang.Object
implements CurrencyResource

This is the default implementation of the CurrencyResource interface.


Constructor Summary
CurrencyResourceImpl()
           
 
Method Summary
 int getScale(java.lang.String currency)
          Returns the scale of a given currency.
 java.lang.String getSymbol(java.lang.String currency)
          Returns the symbol of a given currency.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyResourceImpl

public CurrencyResourceImpl()
Method Detail

getScale

public int getScale(java.lang.String currency)
Description copied from interface: CurrencyResource
Returns the scale of a given currency.

Specified by:
getScale in interface CurrencyResource
Parameters:
currency - the currency code of the currency
Returns:
the scale of the currency

getSymbol

public java.lang.String getSymbol(java.lang.String currency)
Description copied from interface: CurrencyResource
Returns the symbol of a given currency.

Specified by:
getSymbol in interface CurrencyResource
Parameters:
currency - the currency code of the currency
Returns:
the scale of the currency

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009