com.ibm.commerce.common.objects
Interface QuantityUnitConversionAccessBeanData
- All Known Implementing Classes:
- QuantityUnitConversionAccessBean
- public interface QuantityUnitConversionAccessBeanData
getConversionFactor
public java.lang.String getConversionFactor()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getFromQuantityUnitId
public java.lang.String getFromQuantityUnitId()
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
getQuantityUnitConversionId
public java.lang.String getQuantityUnitConversionId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getToQuantityUnitId
public java.lang.String getToQuantityUnitId()
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
setConversionFactor
public void setConversionFactor(java.lang.String newValue)
setFromQuantityUnitId
public void setFromQuantityUnitId(java.lang.String newValue)
setMultiplyOrDivide
public void setMultiplyOrDivide(java.lang.String newValue)
setQuantityUnitConversionId
public void setQuantityUnitConversionId(java.lang.String newValue)
setToQuantityUnitId
public void setToQuantityUnitId(java.lang.String newValue)
setUpdatable
public void setUpdatable(java.lang.String newValue)