|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponredemption.objects.CouponItemMapBean
This bean provides access to the CPITMAP table.
The following is a description of this table:
This table stores all the items from the given (completed) order that were applicable to the selected coupon set.
Constructor Summary | |
CouponItemMapBean()
|
Method Summary | |
java.lang.Long |
getBcId()
This method provides access to the CPITMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL. |
java.math.BigDecimal |
getDiscAmt()
This method provides access to the CPITMAP.DISCAMT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Long |
getItemId()
This method provides access to the CPITMAP.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setBcId(java.lang.Long couponId)
This method provides access to the CPITMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL. |
void |
setDiscAmt(java.math.BigDecimal discountAmount)
This method provides access to the CPITMAP.DISCAMT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setItemId(java.lang.Long itemId)
This method provides access to the CPITMAP.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public CouponItemMapBean()
Method Detail |
public java.lang.Long getBcId()
This method provides access to the CPITMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the CPWALLET table.
public java.math.BigDecimal getDiscAmt()
This method provides access to the CPITMAP.DISCAMT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The discount amount for this item when this coupon is used.
public java.lang.Long getItemId()
This method provides access to the CPITMAP.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the ORDERITEMS table.
public void setBcId(java.lang.Long couponId)
This method provides access to the CPITMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the CPWALLET table.
couponId
- The coupon Id.public void setDiscAmt(java.math.BigDecimal discountAmount)
This method provides access to the CPITMAP.DISCAMT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The discount amount for this item when this coupon is used.
discountAmount
- The discount amount of the coupon.public void setItemId(java.lang.Long itemId)
This method provides access to the CPITMAP.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the ORDERITEMS table.
itemId
- The product Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |