public class CatalogEntryShippingEntityCreationData
extends java.lang.Object
implements com.ibm.commerce.context.content.objects.EntityCreationData
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
CatalogEntryShippingEntityCreationData()
Default constructor for the Catalog Entry Shipping entity creation data.
|
Modifier and Type | Method and Description |
---|---|
void | copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase)
Set all attributes for the Catalog Entry Shipping EJB.
|
void | copyFromAccessBean(CatalogEntryShippingAccessBean accessBean)
Copy attributes' values from the Catalog Entry Shipping access bean to the Catalog Entry Shipping entity creation data.
|
java.lang.Long | getCatalogEntryReferenceNumber()
Gets the catalog entry ID.
|
java.lang.Double | getHeight()
Gets the height.
|
java.lang.Double | getLength()
Gets the length.
|
java.lang.Double | getNominalQuantity()
Gets the nominal quantity for the product, used for pricing.
|
java.lang.String | getQuantityMeasure()
Gets the quantity measure.
|
java.lang.Double | getQuantityMultiple()
Gets the quantity multiple that the product can be sold in.
|
java.lang.String | getSizeMeasure()
Gets the unit of measurement for length, width, and height.
|
java.lang.Double | getWeight()
Gets the weight.
|
java.lang.String | getWeightMeasure()
Gets the unit of measure for the weight.
|
java.lang.Double | getWidth()
Gets the width.
|
void | reset()
Reset all attributes of the Catalog Entry Shipping.
|
void | setCatalogEntryReferenceNumber(java.lang.Long argCatalogEntryReferenceNumber)
Sets the catalog entry ID.
|
void | setHeight(java.lang.Double adHeight)
Sets the height.
|
void | setLength(java.lang.Double adLength)
Sets the length.
|
void | setNominalQuantity(java.lang.Double adNominalQuantity)
Sets the nominal quantity for the product.
|
void | setQuantityMeasure(java.lang.String astrQuantityMeasure)
Sets the unit of measurement for nominal quantity and quantity multiple.
|
void | setQuantityMultiple(java.lang.Double astrQuantityMultiple)
Sets the quantity multiple that the product can sell in.
|
void | setSizeMeasure(java.lang.String astrSizeMeasure)
Sets the unit of measurement for length, width, and height.
|
void | setWeight(java.lang.Double adWeight)
Sets the weight.
|
void | setWeightMeasure(java.lang.String astrWeightMeasure)
Sets the unit of measurement for weight.
|
void | setWidth(java.lang.Double adWidth)
Sets the width.
|
public static final java.lang.String COPYRIGHT
public CatalogEntryShippingEntityCreationData()
public java.lang.Long getCatalogEntryReferenceNumber()
public java.lang.Double getHeight()
public java.lang.Double getLength()
public java.lang.Double getNominalQuantity()
public java.lang.String getQuantityMeasure()
public java.lang.Double getQuantityMultiple()
public java.lang.String getSizeMeasure()
public java.lang.Double getWeight()
public java.lang.String getWeightMeasure()
public java.lang.Double getWidth()
public void setCatalogEntryReferenceNumber(java.lang.Long argCatalogEntryReferenceNumber)
public void setHeight(java.lang.Double adHeight)
public void setLength(java.lang.Double adLength)
public void setNominalQuantity(java.lang.Double adNominalQuantity)
public void setQuantityMeasure(java.lang.String astrQuantityMeasure)
public void setQuantityMultiple(java.lang.Double astrQuantityMultiple)
public void setSizeMeasure(java.lang.String astrSizeMeasure)
public void setWeight(java.lang.Double adWeight)
public void setWeightMeasure(java.lang.String astrWeightMeasure)
public void setWidth(java.lang.Double adWidth)
public void reset() throws java.lang.IllegalAccessException
public void copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase) throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException
public void copyFromAccessBean(CatalogEntryShippingAccessBean accessBean) throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException