com.ibm.commerce.fulfillment.objects
Interface CatalogEntryShippingAccessBeanData

All Known Implementing Classes:
CatalogEntryShippingAccessBean

public interface CatalogEntryShippingAccessBeanData


Method Summary
 java.lang.String getCatalogEntryId()
           
 java.lang.String getHeight()
           
 java.lang.String getLength()
           
 java.lang.String getNominalQuantity()
           
 java.lang.String getQuantityMeasure()
           
 java.lang.String getQuantityMultiple()
           
 java.lang.String getSizeMeasure()
           
 java.lang.String getWeight()
           
 java.lang.String getWeightMeasure()
           
 java.lang.String getWidth()
           
 void setHeight(java.lang.String newValue)
           
 void setLength(java.lang.String newValue)
           
 void setNominalQuantity(java.lang.String newValue)
           
 void setQuantityMeasure(java.lang.String newValue)
           
 void setQuantityMultiple(java.lang.String newValue)
           
 void setSizeMeasure(java.lang.String newValue)
           
 void setWeight(java.lang.String newValue)
           
 void setWeightMeasure(java.lang.String newValue)
           
 void setWidth(java.lang.String newValue)
           
 

Method Detail

getCatalogEntryId

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

getHeight

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

getLength

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

getNominalQuantity

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

getQuantityMeasure

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

getQuantityMultiple

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

getSizeMeasure

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

getWeight

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

getWeightMeasure

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

getWidth

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

setHeight

public void setHeight(java.lang.String newValue)

setLength

public void setLength(java.lang.String newValue)

setNominalQuantity

public void setNominalQuantity(java.lang.String newValue)

setQuantityMeasure

public void setQuantityMeasure(java.lang.String newValue)

setQuantityMultiple

public void setQuantityMultiple(java.lang.String newValue)

setSizeMeasure

public void setSizeMeasure(java.lang.String newValue)

setWeight

public void setWeight(java.lang.String newValue)

setWeightMeasure

public void setWeightMeasure(java.lang.String newValue)

setWidth

public void setWidth(java.lang.String newValue)