com.ibm.commerce.common.objects
Interface CurrencyAccessBeanData

All Known Implementing Classes:
CurrencyAccessBean

public interface CurrencyAccessBeanData


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

getCurrencyCode

public java.lang.String getCurrencyCode()
                                 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

getNote

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

getNumericCurrencyCode

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

setCurrencyExponent

public void setCurrencyExponent(java.lang.String newValue)

setNote

public void setNote(java.lang.String newValue)

setNumericCurrencyCode

public void setNumericCurrencyCode(java.lang.String newValue)