com.ibm.commerce.common.objects
Interface QuantityUnitConversionAccessBeanData

All Known Implementing Classes:
QuantityUnitConversionAccessBean

public interface QuantityUnitConversionAccessBeanData

Each row of this table represents a rule that can be used to convert a quantity amount from one QuantityUnit (unit of measurement) to another QuantityUnit.


Method Summary
java.lang.String getConversionFactor()
java.lang.String getFromQuantityUnitId()
java.lang.String getMultiplyOrDivide()
java.lang.String getQuantityUnitConversionId()
java.lang.String getToQuantityUnitId()
java.lang.String getUpdatable()
void setConversionFactor(java.lang.String newValue)
void setFromQuantityUnitId(java.lang.String newValue)
void setMultiplyOrDivide(java.lang.String newValue)
void setQuantityUnitConversionId(java.lang.String newValue)
void setToQuantityUnitId(java.lang.String newValue)
void setUpdatable(java.lang.String newValue)

Method Detail

getFromQuantityUnitId

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

setFromQuantityUnitId

public void setFromQuantityUnitId(java.lang.String newValue)

getConversionFactor

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

setConversionFactor

public void setConversionFactor(java.lang.String newValue)

getToQuantityUnitId

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

setToQuantityUnitId

public void setToQuantityUnitId(java.lang.String newValue)

getQuantityUnitConversionId

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

setQuantityUnitConversionId

public void setQuantityUnitConversionId(java.lang.String newValue)

getUpdatable

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

setUpdatable

public void setUpdatable(java.lang.String newValue)

getMultiplyOrDivide

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

setMultiplyOrDivide

public void setMultiplyOrDivide(java.lang.String newValue)

Feedback