com.ibm.commerce.common.objects
Interface CurrencyConversionAccessBeanData
- All Known Implementing Classes:
- CurrencyConversionAccessBean
- public interface CurrencyConversionAccessBeanData
getBidirectional
public java.lang.String getBidirectional()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getConversionFactor
public java.lang.String getConversionFactor()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getCurrencyConversionId
public java.lang.String getCurrencyConversionId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getFromCurrency
public java.lang.String getFromCurrency()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getMultiplyOrDivide
public java.lang.String getMultiplyOrDivide()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getStoreEntityId
public java.lang.String getStoreEntityId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getToCurrency
public java.lang.String getToCurrency()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getUpdatable
public java.lang.String getUpdatable()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
setBidirectional
public void setBidirectional(java.lang.String newValue)
setConversionFactor
public void setConversionFactor(java.lang.String newValue)
setCurrencyConversionId
public void setCurrencyConversionId(java.lang.String newValue)
setFromCurrency
public void setFromCurrency(java.lang.String newValue)
setMultiplyOrDivide
public void setMultiplyOrDivide(java.lang.String newValue)
setToCurrency
public void setToCurrency(java.lang.String newValue)
setUpdatable
public void setUpdatable(java.lang.String newValue)