|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponpromotion.objects.PromoOrderBean
This bean provides access to the CPPMNORD table.
The following is a description of this table:
This table contains the minimum purchase amount in the shopping cart for this coupon to be applicable to.
Constructor Summary | |
PromoOrderBean()
|
Method Summary | |
java.math.BigDecimal |
getOrderMax()
This method provides access to the CPPMNORD.ORDERMAX column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getOrderMin()
This method provides access to the CPPMNORD.ORDERMIN column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Integer |
getPromoId()
This method provides access to the CPPMNORD.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
void |
setOrderMax(java.math.BigDecimal maxOrderAmount)
This method provides access to the CPPMNORD.ORDERMAX column of DB2 type DECIMAL(20,5) NULL. |
void |
setOrderMin(java.math.BigDecimal minOrderAmount)
This method provides access to the CPPMNORD.ORDERMIN column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNORD.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public PromoOrderBean()
Method Detail |
public java.math.BigDecimal getOrderMax()
This method provides access to the CPPMNORD.ORDERMAX column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount in the shopping cart.
public java.math.BigDecimal getOrderMin()
This method provides access to the CPPMNORD.ORDERMIN column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Minimum purchase amount in the shopping cart.
public java.lang.Integer getPromoId()
This method provides access to the CPPMNORD.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to CPPMN table.
public void setOrderMax(java.math.BigDecimal maxOrderAmount)
This method provides access to the CPPMNORD.ORDERMAX column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount in the shopping cart.
maxOrderAmount
- The maximum order amount on which this coupon can be applied.public void setOrderMin(java.math.BigDecimal minOrderAmount)
This method provides access to the CPPMNORD.ORDERMIN column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Minimum purchase amount in the shopping cart.
minOrderAmount
- The minimum order amount required for the coupon to be applicable.public void setPromoId(java.lang.Integer promotionId)
This method provides access to the CPPMNORD.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Foreign key to CPPMN table.
promotionId
- The coupon promotion Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |