|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponpromotion.objects.PromoDiscBean
This bean provides access to the CPPMNDISC table.
The following is a description of this table:
This table contains the discount conditions for a promotion. Every coupon has exactly one calculation code.
Constructor Summary | |
PromoDiscBean()
|
Method Summary | |
java.lang.Integer |
getCalcCodeId()
This method provides access to the CPPMNDISC.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getPromoDiscId()
This method provides access to the CPPMNDISC.CPPMNDISC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getPromoId()
This method provides access to the CPPMNDISC.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
void |
setCalcCodeId(java.lang.Integer calcCodeId)
This method provides access to the CPPMNDISC.CALCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setPromoDiscId(java.lang.Integer promotionDiscountId)
This method provides access to the CPPMNDISC.CPPMNDISC_ID column of DB2 type INTEGER NOT NULL. |
void |
setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNDISC.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public PromoDiscBean()
Method Detail |
public java.lang.Integer getCalcCodeId()
This method provides access to the CPPMNDISC.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the CALCCODE table to represent discount condition for the promotion.
public java.lang.Integer getPromoDiscId()
This method provides access to the CPPMNDISC.CPPMNDISC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Coupon Discount ID, primary key.
public java.lang.Integer getPromoId()
This method provides access to the CPPMNDISC.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the CPPMN table.
public void setCalcCodeId(java.lang.Integer calcCodeId)
This method provides access to the CPPMNDISC.CALCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the CALCCODE table to represent discount condition for the promotion.
calcCodeId
- The calccode Id.public void setPromoDiscId(java.lang.Integer promotionDiscountId)
This method provides access to the CPPMNDISC.CPPMNDISC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Coupon Discount ID, primary key.
promotionDiscountId
- The coupon discount Id.public void setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNDISC.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to the CPPMN table.
promotionId
- The coupon promotion Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |