com.ibm.commerce.common.objects
Interface CurrencyAccessBeanData
- All Known Implementing Classes:
- CurrencyAccessBean
- public interface CurrencyAccessBeanData
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)