The table contains information about the different national currencies. The currency alphabetic and numeric codes are derived from the ISO 4217 standard.
Method Summary | |
java.lang.String | getCurrencyCode() |
java.lang.String | getCurrencyExponent() |
java.lang.String | getNote() |
java.lang.String | getNumericCurrencyCode() |
void | setCurrencyExponent(java.lang.String newValue) |
void | setNote(java.lang.String newValue) |
void | setNumericCurrencyCode(java.lang.String newValue) |
Method Detail |
public java.lang.String getNumericCurrencyCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNumericCurrencyCode(java.lang.String newValue)
public java.lang.String getNote() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setNote(java.lang.String newValue)
public java.lang.String getCurrencyCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCurrencyExponent() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencyExponent(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.