|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.couponredemption.objects.OrderCouponMapBean
This bean provides access to the ORCPMAP table.
The following is a description of this table:
This table stores information about the eCoupons that were used with the given (completed) Order.
Constructor Summary | |
OrderCouponMapBean()
|
Method Summary | |
java.lang.Long |
getBcId()
This method provides access to the ORCPMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORCPMAP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setBcId(java.lang.Long couponId)
This method provides access to the ORCPMAP.CPWALLET_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.Long orderId)
This method provides access to the ORCPMAP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public OrderCouponMapBean()
Method Detail |
public java.lang.Long getBcId()
This method provides access to the ORCPMAP.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.lang.Long getOrderId()
This method provides access to the ORCPMAP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the ORDERS table.
public void setBcId(java.lang.Long couponId)
This method provides access to the ORCPMAP.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 setOrderId(java.lang.Long orderId)
This method provides access to the ORCPMAP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key. Foreign key to the ORDERS table.
orderId
- The order Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |