com.ibm.commerce.common.objects
Interface QuantityUnitMappingAccessBeanData

All Known Implementing Classes:
QuantityUnitMappingAccessBean

public interface QuantityUnitMappingAccessBeanData


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

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

getQuantityUnitId

public java.lang.String getQuantityUnitId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

getUomCode

public java.lang.String getUomCode()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

getUomStandard

public java.lang.String getUomStandard()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)

setQuantityUnitId

public void setQuantityUnitId(java.lang.String newValue)

setUomCode

public void setUomCode(java.lang.String newValue)

setUomStandard

public void setUomStandard(java.lang.String newValue)