|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.fulfillment.objects.CatalogEntryShippingAccessBean
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.
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 |
public CatalogEntryShippingAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogEntryShippingAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
aCatalogEntryId
- the CatalogEntry IDjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aCatalogEntryIds
- the CatalogEntry IDsjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 ...
aWhereClause
- the where clausejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCatalogEntryId
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getHeight
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getLength
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getNominalQuantity
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQuantityMeasure
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQuantityMultiple
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getSizeMeasure
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getWeight
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getWeightMeasure
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getWidth
in interface CatalogEntryShippingAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 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.
setHeight
in interface CatalogEntryShippingAccessBeanData
aHeight
- java.lang.Stringpublic void setInitKey_catalogEntryId(java.lang.String aInitKey_catalogEntryId)
Set the primary key for this object
aInitKey_catalogEntryId
- java.lang.Stringpublic 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 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.
setLength
in interface CatalogEntryShippingAccessBeanData
aLength
- java.lang.Stringpublic 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 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.
setNominalQuantity
in interface CatalogEntryShippingAccessBeanData
aNominalQuantity
- java.lang.Stringpublic 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.
setQuantityMeasure
in interface CatalogEntryShippingAccessBeanData
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 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.
setQuantityMultiple
in interface CatalogEntryShippingAccessBeanData
aQuantityMultiple
- java.lang.Stringpublic 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.
setSizeMeasure
in interface CatalogEntryShippingAccessBeanData
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 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.
setWeight
in interface CatalogEntryShippingAccessBeanData
aWeight
- java.lang.Stringpublic 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.
setWeightMeasure
in interface CatalogEntryShippingAccessBeanData
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.Doublepublic 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.
setWidth
in interface CatalogEntryShippingAccessBeanData
aWidth
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |