com.ibm.commerce.common.objects
Interface CurrencyDescriptionAccessBeanData

All Known Implementing Classes:
CurrencyDescriptionAccessBean

public interface CurrencyDescriptionAccessBeanData

This table stores the text descriptions for each of the currency in the SETCURR table in each of the supported language.


Method Summary
java.lang.String getCurrencyCode()
java.lang.String getDescription()
java.lang.String getLanguageId()
void setCurrencyCode(java.lang.String newValue)
void setDescription(java.lang.String newValue)
void setLanguageId(java.lang.String newValue)

Method Detail

getDescription

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

setDescription

public void setDescription(java.lang.String newValue)

getLanguageId

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

setLanguageId

public void setLanguageId(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

setCurrencyCode

public void setCurrencyCode(java.lang.String newValue)

Feedback