com.ibm.commerce.fulfillment.objects
Class CatalogEntryShippingAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.fulfillment.objects.CatalogEntryShippingAccessBean
All Implemented Interfaces:
CatalogEntryShippingAccessBeanData, java.io.Serializable

public class CatalogEntryShippingAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CatalogEntryShippingAccessBeanData

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

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
CatalogEntryShippingAccessBean()
          Default constructor.
CatalogEntryShippingAccessBean(javax.ejb.EJBObject aEJBObject)
          Creates an access bean for the specified EJB.
CatalogEntryShippingAccessBean(java.lang.Long aCatalogEntryId)
          Creates an access bean with the specified attributes.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] aCatalogEntryIds)
          Retrieves the CatalogEntryShippingAccessBeans that match the specified CatalogEntries.
 java.util.Enumeration findWithPushDownQuery(java.lang.String aWhereClause)
          Retrieves the CatalogEntryShippingAccessBeans that match the specified where clause.
 java.lang.String getCatalogEntryId()
          This method provides access to the CATENTSHIP.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogEntryIdInEJBType()
          This method provides access to the CATENTSHIP.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getHeight()
          This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
 java.lang.Double getHeightInEJBType()
          This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
 java.lang.String getLength()
          This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL.
 java.lang.Double getLengthInEJBType()
          This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL.
 java.lang.String getNominalQuantity()
          This method provides access to the CATENTSHIP.NOMINALQUANTITY column of DB2 type FLOAT NOT NULL.
 java.lang.Double getNominalQuantityInEJBType()
          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.String getQuantityMultiple()
          This method provides access to the CATENTSHIP.QUANTITYMULTIPLE column of DB2 type FLOAT NOT NULL.
 java.lang.Double getQuantityMultipleInEJBType()
          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.String getWeight()
          This method provides access to the CATENTSHIP.WEIGHT column of DB2 type FLOAT NULL.
 java.lang.Double getWeightInEJBType()
          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.String getWidth()
          This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL.
 java.lang.Double getWidthInEJBType()
          This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setHeight(java.lang.Double aHeight)
          This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
 void setHeight(java.lang.String aHeight)
          This method provides access to the CATENTSHIP.HEIGHT column of DB2 type FLOAT NULL.
 void setInitKey_catalogEntryId(java.lang.String aInitKey_catalogEntryId)
          Set the primary key for this object
 void setLength(java.lang.Double aLength)
          This method provides access to the CATENTSHIP.LENGTH column of DB2 type FLOAT NULL.
 void setLength(java.lang.String 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 setNominalQuantity(java.lang.String 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 setQuantityMultiple(java.lang.String 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 setWeight(java.lang.String 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.
 void setWidth(java.lang.String aWidth)
          This method provides access to the CATENTSHIP.WIDTH column of DB2 type FLOAT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogEntryShippingAccessBean

public CatalogEntryShippingAccessBean()

Default constructor. Maps to findByPrimaryKey.


CatalogEntryShippingAccessBean

public CatalogEntryShippingAccessBean(javax.ejb.EJBObject aEJBObject)
                               throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJBObject - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

CatalogEntryShippingAccessBean

public CatalogEntryShippingAccessBean(java.lang.Long aCatalogEntryId)
                               throws javax.naming.NamingException,
                                      javax.ejb.CreateException,
                                      java.rmi.RemoteException,
                                      javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
aCatalogEntryId - the CatalogEntry ID
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByCatalogEntryIds

public java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] aCatalogEntryIds)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves the CatalogEntryShippingAccessBeans that match the specified CatalogEntries.

The SQL query used to fetch all the required rows from the CATENTSHIP table is:
SELECT * FROM CATENTSHIP T1 WHERE
T1.CATENTRY_ID = ? OR ...

Parameters:
aCatalogEntryIds - the CatalogEntry IDs
Returns:
An Enumeration of all the CatalogEntryShippingAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findWithPushDownQuery

public java.util.Enumeration findWithPushDownQuery(java.lang.String aWhereClause)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves the CatalogEntryShippingAccessBeans that match the specified where clause.

The SQL query used to fetch all the required rows from the CATENTSHIP table is:
SELECT * FROM CATENTSHIP T1 WHERE ...

Parameters:
aWhereClause - the where clause
Returns:
An Enumeration of all the CatalogEntryShippingAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryId

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

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.

Specified by:
getCatalogEntryId in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryIdInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getHeight

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

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.

Specified by:
getHeight in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getHeightInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLength

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

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.

Specified by:
getLength in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLengthInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNominalQuantity

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

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.

Specified by:
getNominalQuantity in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getNominalQuantityInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityMeasure

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

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.

Specified by:
getQuantityMeasure in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityMultiple

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

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.

Specified by:
getQuantityMultiple in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityMultipleInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSizeMeasure

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

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.

Specified by:
getSizeMeasure in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWeight

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

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.

Specified by:
getWeight in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWeightInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWeightMeasure

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

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.

Specified by:
getWeightMeasure in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWidth

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

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.

Specified by:
getWidth in interface CatalogEntryShippingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWidthInEJBType

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

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

setHeight

public void setHeight(java.lang.String 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.

Specified by:
setHeight in interface CatalogEntryShippingAccessBeanData
Parameters:
aHeight - java.lang.String
Returns:
void

setInitKey_catalogEntryId

public void setInitKey_catalogEntryId(java.lang.String aInitKey_catalogEntryId)

Set the primary key for this object

Parameters:
aInitKey_catalogEntryId - java.lang.String
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

setLength

public void setLength(java.lang.String 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.

Specified by:
setLength in interface CatalogEntryShippingAccessBeanData
Parameters:
aLength - java.lang.String
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

setNominalQuantity

public void setNominalQuantity(java.lang.String 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.

Specified by:
setNominalQuantity in interface CatalogEntryShippingAccessBeanData
Parameters:
aNominalQuantity - java.lang.String
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.

Specified by:
setQuantityMeasure in interface CatalogEntryShippingAccessBeanData
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

setQuantityMultiple

public void setQuantityMultiple(java.lang.String 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.

Specified by:
setQuantityMultiple in interface CatalogEntryShippingAccessBeanData
Parameters:
aQuantityMultiple - java.lang.String
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.

Specified by:
setSizeMeasure in interface CatalogEntryShippingAccessBeanData
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

setWeight

public void setWeight(java.lang.String 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.

Specified by:
setWeight in interface CatalogEntryShippingAccessBeanData
Parameters:
aWeight - java.lang.String
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.

Specified by:
setWeightMeasure in interface CatalogEntryShippingAccessBeanData
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

setWidth

public void setWidth(java.lang.String 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.

Specified by:
setWidth in interface CatalogEntryShippingAccessBeanData
Parameters:
aWidth - java.lang.String
Returns:
void