jPOS 1.6.1 API Documentation

org.jpos.iso
Class Currency

java.lang.Object
  extended by org.jpos.iso.Currency

public class Currency
extends java.lang.Object

ISO Currency Conversion package

Version:
$Id: Currency.java 2594 2008-01-22 16:41:31Z apr $
Author:
salaman@teknos.com

Constructor Summary
Currency(java.lang.String alphacode, int isocode, int numdecimals)
           
 
Method Summary
 java.lang.String getAlphaCode()
           
 int getDecimals()
           
 int getIsoCode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Currency

public Currency(java.lang.String alphacode,
                int isocode,
                int numdecimals)
Method Detail

getDecimals

public int getDecimals()

getIsoCode

public int getIsoCode()

getAlphaCode

public java.lang.String getAlphaCode()

jPOS.org