com.ibm.commerce.fulfillment.objects
Interface CatalogEntryShippingAccessBeanData

All Known Implementing Classes:
CatalogEntryShippingAccessBean

public interface CatalogEntryShippingAccessBeanData

Each row in this table contains information about how a product represented by a CatalogEntry is packaged. The information can be used to determine prices, discounts, shipping charges, and taxes.


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

getWidth

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

setWidth

public void setWidth(java.lang.String newValue)

getCatalogEntryId

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

getWeightMeasure

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

setWeightMeasure

public void setWeightMeasure(java.lang.String newValue)

getLength

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

setLength

public void setLength(java.lang.String newValue)

getWeight

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

setWeight

public void setWeight(java.lang.String newValue)

getNominalQuantity

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

setNominalQuantity

public void setNominalQuantity(java.lang.String newValue)

getQuantityMultiple

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

setQuantityMultiple

public void setQuantityMultiple(java.lang.String newValue)

getHeight

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

setHeight

public void setHeight(java.lang.String newValue)

getSizeMeasure

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

setSizeMeasure

public void setSizeMeasure(java.lang.String newValue)

getQuantityMeasure

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

setQuantityMeasure

public void setQuantityMeasure(java.lang.String newValue)

Feedback