|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.CatalogEntryShippingBean
This bean provides access to the CATENTSHIP table.
The following is a description of this table:
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.
Constructor Summary | |
CatalogEntryShippingBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the CATENTSHIP.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Double |
getHeight()
This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL. |
java.lang.Double |
getLength()
This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL. |
java.lang.Double |
getNominalQuantity()
This method provides access to the CATENTSHIP.NOMINALQUANTITY column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getQuantityMeasure()
This method provides access to the CATENTSHIP.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL. |
java.lang.Double |
getQuantityMultiple()
This method provides access to the CATENTSHIP.QUANTITYMULTIPLE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getSizeMeasure()
This method provides access to the CATENTSHIP.SIZEMEASURE column of DB2 type CHAR(16) NULL. |
java.lang.Double |
getWeight()
This method provides access to the CATENTSHIP.WEIGHT column of DB2 type FLOAT NULL. |
java.lang.String |
getWeightMeasure()
This method provides access to the CATENTSHIP.WEIGHTMEASURE column of DB2 type CHAR(16) NULL. |
java.lang.Double |
getWidth()
This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL. |
void |
setHeight(java.lang.Double aHeight)
This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL. |
void |
setLength(java.lang.Double aLength)
This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL. |
void |
setNominalQuantity(java.lang.Double aNominalQuantity)
This method provides access to the CATENTSHIP.NOMINALQUANTITY column of DB2 type FLOAT NOT NULL. |
void |
setQuantityMeasure(java.lang.String aQuantityMeasure)
This method provides access to the CATENTSHIP.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL. |
void |
setQuantityMultiple(java.lang.Double aQuantityMultiple)
This method provides access to the CATENTSHIP.QUANTITYMULTIPLE column of DB2 type FLOAT NOT NULL. |
void |
setSizeMeasure(java.lang.String aSizeMeasure)
This method provides access to the CATENTSHIP.SIZEMEASURE column of DB2 type CHAR(16) NULL. |
void |
setWeight(java.lang.Double aWeight)
This method provides access to the CATENTSHIP.WEIGHT column of DB2 type FLOAT NULL. |
void |
setWeightMeasure(java.lang.String aWeightMeasure)
This method provides access to the CATENTSHIP.WEIGHTMEASURE column of DB2 type CHAR(16) NULL. |
void |
setWidth(java.lang.Double aWidth)
This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL. |
Constructor Detail |
public CatalogEntryShippingBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the CATENTSHIP.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry.
public java.lang.Double getHeight()
This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal height associated with the product.
public java.lang.Double getLength()
This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal length associated with the product.
public java.lang.Double getNominalQuantity()
This method provides access to the CATENTSHIP.NOMINALQUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A nominal quantity for a product, used for pricing. For example, if a product is priced as "3 for a dollar", then the nominal quantity of the product is 3, and the price of the product is one dollar.
public java.lang.String getQuantityMeasure()
This method provides access to the CATENTSHIP.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement for NOMINALQUANTITY and QUANTITYMULTIPLE.
public java.lang.Double getQuantityMultiple()
This method provides access to the CATENTSHIP.QUANTITYMULTIPLE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The product can be sold in quantities that are multiples of this quantity.
public java.lang.String getSizeMeasure()
This method provides access to the CATENTSHIP.SIZEMEASURE column of DB2 type CHAR(16) NULL.
The following is a description of this column:
The unit of measurement for LENGTH, WIDTH, and HEIGHT.
public java.lang.Double getWeight()
This method provides access to the CATENTSHIP.WEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal weight associated with the product.
public java.lang.String getWeightMeasure()
This method provides access to the CATENTSHIP.WEIGHTMEASURE column of DB2 type CHAR(16) NULL.
The following is a description of this column:
The unit of measurement for WEIGHT.
public java.lang.Double getWidth()
This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal width associated with the product.
public void setHeight(java.lang.Double aHeight)
This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal height associated with the product.
aHeight
- java.lang.Doublepublic void setLength(java.lang.Double aLength)
This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal length associated with the product.
aLength
- java.lang.Doublepublic void setNominalQuantity(java.lang.Double aNominalQuantity)
This method provides access to the CATENTSHIP.NOMINALQUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A nominal quantity for a product, used for pricing. For example, if a product is priced as "3 for a dollar", then the nominal quantity of the product is 3, and the price of the product is one dollar.
aNominalQuantity
- java.lang.Doublepublic void setQuantityMeasure(java.lang.String aQuantityMeasure)
This method provides access to the CATENTSHIP.QUANTITYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement for NOMINALQUANTITY and QUANTITYMULTIPLE.
aQuantityMeasure
- java.lang.Stringpublic void setQuantityMultiple(java.lang.Double aQuantityMultiple)
This method provides access to the CATENTSHIP.QUANTITYMULTIPLE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The product can be sold in quantities that are multiples of this quantity.
aQuantityMultiple
- java.lang.Doublepublic void setSizeMeasure(java.lang.String aSizeMeasure)
This method provides access to the CATENTSHIP.SIZEMEASURE column of DB2 type CHAR(16) NULL.
The following is a description of this column:
The unit of measurement for LENGTH, WIDTH, and HEIGHT.
aSizeMeasure
- java.lang.Stringpublic void setWeight(java.lang.Double aWeight)
This method provides access to the CATENTSHIP.WEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal weight associated with the product.
aWeight
- java.lang.Doublepublic void setWeightMeasure(java.lang.String aWeightMeasure)
This method provides access to the CATENTSHIP.WEIGHTMEASURE column of DB2 type CHAR(16) NULL.
The following is a description of this column:
The unit of measurement for WEIGHT.
aWeightMeasure
- java.lang.Stringpublic void setWidth(java.lang.Double aWidth)
This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL.
The following is a description of this column:
A nominal width associated with the product.
aWidth
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |