com.ibm.commerce.fulfillment.objects
Class CatalogEntryShippingBean

com.ibm.commerce.fulfillment.objects.CatalogEntryShippingBean
All Implemented Interfaces:
java.io.Serializable

public class CatalogEntryShippingBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogEntryShippingBean

public CatalogEntryShippingBean()
Method Detail

getCatalogEntryId

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.

Returns:
java.lang.Long

getHeight

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.

Returns:
java.lang.Double

getLength

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.

Returns:
java.lang.Double

getNominalQuantity

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.

Returns:
java.lang.Double

getQuantityMeasure

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.

Returns:
java.lang.String

getQuantityMultiple

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.

Returns:
java.lang.Double

getSizeMeasure

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.

Returns:
java.lang.String

getWeight

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.

Returns:
java.lang.Double

getWeightMeasure

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.

Returns:
java.lang.String

getWidth

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.

Returns:
java.lang.Double

setHeight

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.

Parameters:
aHeight - java.lang.Double
Returns:
void

setLength

public 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.

Parameters:
aLength - java.lang.Double
Returns:
void

setNominalQuantity

public 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.

Parameters:
aNominalQuantity - java.lang.Double
Returns:
void

setQuantityMeasure

public 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.

Parameters:
aQuantityMeasure - java.lang.String
Returns:
void

setQuantityMultiple

public 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.

Parameters:
aQuantityMultiple - java.lang.Double
Returns:
void

setSizeMeasure

public 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.

Parameters:
aSizeMeasure - java.lang.String
Returns:
void

setWeight

public 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.

Parameters:
aWeight - java.lang.Double
Returns:
void

setWeightMeasure

public 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.

Parameters:
aWeightMeasure - java.lang.String
Returns:
void

setWidth

public 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.

Parameters:
aWidth - java.lang.Double
Returns:
void