com.ibm.commerce.common.objects
Interface CurrencyAccessBeanData

All Known Implementing Classes:
CurrencyAccessBean

public interface CurrencyAccessBeanData

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

getNumericCurrencyCode

public java.lang.String getNumericCurrencyCode()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumericCurrencyCode

public void setNumericCurrencyCode(java.lang.String newValue)

getNote

public java.lang.String getNote()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNote

public void setNote(java.lang.String newValue)

getCurrencyCode

public java.lang.String getCurrencyCode()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCurrencyExponent

public java.lang.String getCurrencyExponent()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrencyExponent

public void setCurrencyExponent(java.lang.String newValue)

Feedback