com.ibm.commerce.common.objects
Interface QuantityUnitMappingAccessBeanData

All Known Implementing Classes:
QuantityUnitMappingAccessBean

public interface QuantityUnitMappingAccessBeanData

Each row of this table maps a QuantityUnit (defined in the QTYUNIT table) to a unit of measurement code defined in an external standard.


Method Summary
java.lang.String getField1()
java.lang.String getQuantityUnitId()
java.lang.String getUomCode()
java.lang.String getUomStandard()
void setField1(java.lang.String newValue)
void setQuantityUnitId(java.lang.String newValue)
void setUomCode(java.lang.String newValue)
void setUomStandard(java.lang.String newValue)

Method Detail

getUomCode

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

setUomCode

public void setUomCode(java.lang.String newValue)

getUomStandard

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

setUomStandard

public void setUomStandard(java.lang.String newValue)

getField1

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

setField1

public void setField1(java.lang.String newValue)

getQuantityUnitId

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

setQuantityUnitId

public void setQuantityUnitId(java.lang.String newValue)

Feedback