|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponpromotion.objects.PromoProdBean
This bean provides access to the CPPMNPROD table.
The following is a description of this table:
This table contains the purchase conditions for a promotion. If the purchase condition type in CPPMN table was "P", then this table is used to find out all the items that are required for this Coupon to be redeemed.
Constructor Summary | |
PromoProdBean()
|
Method Summary | |
java.lang.Long |
getItemId()
This method provides access to the CPPMNPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Double |
getItemQty()
This method provides access to the CPPMNPROD.QUANTITY column of DB2 type FLOAT NOT NULL. |
java.lang.Integer |
getPromoId()
This method provides access to the CPPMNPROD.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyMeasure()
This method provides access to the CPPMNPROD.QTYMEASURE column of DB2 type CHAR(16) NOT NULL. |
void |
setItemId(java.lang.Long itemId)
This method provides access to the CPPMNPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemQty(java.lang.Double itemQuantity)
This method provides access to the CPPMNPROD.QUANTITY column of DB2 type FLOAT NOT NULL. |
void |
setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNPROD.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
void |
setQtyMeasure(java.lang.String quantityUnit)
This method provides access to the CPPMNPROD.QTYMEASURE column of DB2 type CHAR(16) NOT NULL. |
Constructor Detail |
public PromoProdBean()
Method Detail |
public java.lang.Long getItemId()
This method provides access to the CPPMNPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. This is product ID - foreign key to CATENTRY table.
public java.lang.Double getItemQty()
This method provides access to the CPPMNPROD.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This is the quantity of the item to be bought to satisfy the condition.
public java.lang.Integer getPromoId()
This method provides access to the CPPMNPROD.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the CPPMN table.
public java.lang.String getQtyMeasure()
This method provides access to the CPPMNPROD.QTYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Specifies the quantity measure for the item.
public void setItemId(java.lang.Long itemId)
This method provides access to the CPPMNPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. This is product ID - foreign key to CATENTRY table.
itemId
- The product Id.public void setItemQty(java.lang.Double itemQuantity)
This method provides access to the CPPMNPROD.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
This is the quantity of the item to be bought to satisfy the condition.
itemQuantity
- The qualifying quantity.public void setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNPROD.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the CPPMN table.
promotionId
- The promotion Id.public void setQtyMeasure(java.lang.String quantityUnit)
This method provides access to the CPPMNPROD.QTYMEASURE column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
Specifies the quantity measure for the item.
quantityUnit
- The unit for quantity.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |