|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Integer |
getCouponPromotionId()
This method provides access to the CPPMN.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getCreationTime()
This method provides access to the CPPMN.CREATIONTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCurrency()
This method provides access to the CPPMN.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.Integer |
getEarlyBirdLimit()
This method provides access to the CPPMN.EARLYBIRDLIMIT column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getEndDate()
This method provides access to the CPPMN.ENDDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getField1()
This method provides access to the CPPMN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.Integer |
getInitiativeId()
This method provides access to the CPPMN.INITIATIVE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getNumOffered()
This method provides access to the CPPMN.NUMOFFERED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getNumSeenAllowed()
This method provides access to the CPPMN.NUMSEENALLOWED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getNumUseAllowed()
This method provides access to the CPPMN.NUMUSEALLOWED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPromoDispType()
This method provides access to the CPPMN.PROMODISPTYPE column of DB2 type CHAR(4) NOT NULL. |
java.lang.String |
getPromotionDescription()
This method provides access to the CPPMN.CPPMNDESC column of DB2 type CHAR(254) NULL. |
java.lang.String |
getPromotionName()
This method provides access to the CPPMN.CPPMNNAME column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getPurchaseCondType()
This method provides access to the CPPMN.PURCHASECONDTYPE column of DB2 type CHAR(4) NOT NULL. |
java.sql.Timestamp |
getStartDate()
This method provides access to the CPPMN.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getStatus()
This method provides access to the CPPMN.STATUS column of DB2 type CHAR(1) NOT NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the CPPMN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTotalNumOffer()
This method provides access to the CPPMN.TOTALNUMOFFER column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getValidityId()
This method provides access to the CPPMN.CPPMNVAL_ID column of DB2 type INTEGER NULL. |
void |
setCouponPromotionId(java.lang.Integer couponPromotionId)
This method provides access to the CPPMN.CPPMN_ID column of DB2 type INTEGER NOT NULL. |
void |
setCreationTime(java.sql.Timestamp creationTime)
This method provides access to the CPPMN.CREATIONTIME column of DB2 type TIMESTAMP NULL. |
void |
setCurrency(java.lang.String currency)
This method provides access to the CPPMN.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setEarlyBirdLimit(java.lang.Integer earlyBirdLimit)
This method provides access to the CPPMN.EARLYBIRDLIMIT column of DB2 type INTEGER NULL. |
void |
setEndDate(java.sql.Timestamp endDate)
This method provides access to the CPPMN.ENDDATE column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.String field1)
This method provides access to the CPPMN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setInitiativeId(java.lang.Integer initiativeId)
This method provides access to the CPPMN.INITIATIVE_ID column of DB2 type INTEGER NULL. |
void |
setNumOffered(java.lang.Integer numOffered)
This method provides access to the CPPMN.NUMOFFERED column of DB2 type INTEGER NOT NULL. |
void |
setNumSeenAllowed(java.lang.Integer numTimesPromotionOfferedToUser)
This method provides access to the CPPMN.NUMSEENALLOWED column of DB2 type INTEGER NOT NULL. |
void |
setNumUseAllowed(java.lang.Integer numUsesAllowed)
This method provides access to the CPPMN.NUMUSEALLOWED column of DB2 type INTEGER NOT NULL. |
void |
setPromoDispType(java.lang.String promoDisplayType)
This method provides access to the CPPMN.PROMODISPTYPE column of DB2 type CHAR(4) NOT NULL. |
void |
setPromotionDescription(java.lang.String promotionDescription)
This method provides access to the CPPMN.CPPMNDESC column of DB2 type CHAR(254) NULL. |
void |
setPromotionName(java.lang.String promotionName)
This method provides access to the CPPMN.CPPMNNAME column of DB2 type CHAR(64) NOT NULL. |
void |
setPurchaseCondType(java.lang.String purchaseCondType)
This method provides access to the CPPMN.PURCHASECONDTYPE column of DB2 type CHAR(4) NOT NULL. |
void |
setStartDate(java.sql.Timestamp startDate)
This method provides access to the CPPMN.STARTDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setStatus(java.lang.String status)
This method provides access to the CPPMN.STATUS column of DB2 type CHAR(1) NOT NULL. |
void |
setStoreId(java.lang.Integer storeId)
This method provides access to the CPPMN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalNumOffer(java.lang.Integer totalNumCouponsOffered)
This method provides access to the CPPMN.TOTALNUMOFFER column of DB2 type INTEGER NOT NULL. |
void |
setValidityId(java.lang.Integer validityId)
This method provides access to the CPPMN.CPPMNVAL_ID column of DB2 type INTEGER NULL. |
Method Detail |
public java.lang.Integer getCouponPromotionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Coupon Promotion ID (primary key).
public java.sql.Timestamp getCreationTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.CREATIONTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time when this entry was made.
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The default currency for this promotion. This is a currency code as per ISO 4217 standards.
public java.lang.Integer getEarlyBirdLimit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.EARLYBIRDLIMIT column of DB2 type INTEGER NULL.
The following is a description of this column:
Limit for early-bird coupons. If this attribute is NULL, it indicates that the promotion is not of early-bird type.
public java.sql.Timestamp getEndDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date after which this coupon promotion will not be effective.
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getInitiativeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.INITIATIVE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign Key to the initiative table, to which this promotion belong to.
public java.lang.Integer getNumOffered() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.NUMOFFERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of coupons already offered from this promotion.
public java.lang.Integer getNumSeenAllowed() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.NUMSEENALLOWED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This field denotes the number of times this promotion should be offered to the user. Valid for only banner ads not for OfferLists.
public java.lang.Integer getNumUseAllowed() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.NUMUSEALLOWED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of times this coupon can be redeemed.
public java.lang.String getPromoDispType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.PROMODISPTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
How is the promotion communicated with the media. That is, where is it shown. Possible values: B=Banner Ad, E=Email, and O=OfferList.
public java.lang.String getPromotionDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.CPPMNDESC column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Description of the coupon promotion (for merchant viewing).
public java.lang.String getPromotionName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.CPPMNNAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
Name of the coupon promotion.
public java.lang.String getPurchaseCondType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.PURCHASECONDTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
This field specifies the promotion purchase condition type. Possible values: P=Product and O=Order.
public java.sql.Timestamp getStartDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date before which this coupon promotion will not be effective.
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.STATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the status of the coupon promotion. Valid values: A=active, D=deleted, or E=expired.
public java.lang.Integer getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store that owns this coupon promotion.
public java.lang.Integer getTotalNumOffer() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.TOTALNUMOFFER column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of coupons to be offered for this promotion. This indicates the accepted number of coupons by the customers.
public java.lang.Integer getValidityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPPMN.CPPMNVAL_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to CPPMNVAL table.
public void setCouponPromotionId(java.lang.Integer couponPromotionId)
This method provides access to the CPPMN.CPPMN_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Coupon Promotion ID (primary key).
couponPromotionId
- The coupon promotion id.public void setCreationTime(java.sql.Timestamp creationTime)
This method provides access to the CPPMN.CREATIONTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time when this entry was made.
creationTime
- The creation time of the coupon promotion.public void setCurrency(java.lang.String currency)
This method provides access to the CPPMN.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The default currency for this promotion. This is a currency code as per ISO 4217 standards.
currency
- The currency.public void setEarlyBirdLimit(java.lang.Integer earlyBirdLimit)
This method provides access to the CPPMN.EARLYBIRDLIMIT column of DB2 type INTEGER NULL.
The following is a description of this column:
Limit for early-bird coupons. If this attribute is NULL, it indicates that the promotion is not of early-bird type.
earlyBirdLimit
- The number of early bird coupons.public void setEndDate(java.sql.Timestamp endDate)
This method provides access to the CPPMN.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date after which this coupon promotion will not be effective.
endDate
- The end date of the coupon promotion.public void setField1(java.lang.String field1)
This method provides access to the CPPMN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
field1
- The customizable field.public void setInitiativeId(java.lang.Integer initiativeId)
This method provides access to the CPPMN.INITIATIVE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign Key to the initiative table, to which this promotion belong to.
initiativeId
- The initiative Id.public void setNumOffered(java.lang.Integer numOffered)
This method provides access to the CPPMN.NUMOFFERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of coupons already offered from this promotion.
numOffered
- The total number of coupons to offer.public void setNumSeenAllowed(java.lang.Integer numTimesPromotionOfferedToUser)
This method provides access to the CPPMN.NUMSEENALLOWED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This field denotes the number of times this promotion should be offered to the user. Valid for only banner ads not for OfferLists.
numTimesPromotionOfferedToUser
- The number of times the coupon promotion is seen by the user.public void setNumUseAllowed(java.lang.Integer numUsesAllowed)
This method provides access to the CPPMN.NUMUSEALLOWED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of times this coupon can be redeemed.
numUsesAllowed
- The number of times the coupo can be used.public void setPromoDispType(java.lang.String promoDisplayType)
This method provides access to the CPPMN.PROMODISPTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
How is the promotion communicated with the media. That is, where is it shown. Possible values: B=Banner Ad, E=Email, and O=OfferList.
promoDisplayType
- The coupon promotion display type (banner ad, e-mail, offerlist).public void setPromotionDescription(java.lang.String promotionDescription)
This method provides access to the CPPMN.CPPMNDESC column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Description of the coupon promotion (for merchant viewing).
promotionDescription
- The coupon promotion description.public void setPromotionName(java.lang.String promotionName)
This method provides access to the CPPMN.CPPMNNAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
Name of the coupon promotion.
promotionName
- The coupon promotion name.public void setPurchaseCondType(java.lang.String purchaseCondType)
This method provides access to the CPPMN.PURCHASECONDTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
This field specifies the promotion purchase condition type. Possible values: P=Product and O=Order.
purchaseCondType
- The purchase condition type(product, order).public void setStartDate(java.sql.Timestamp startDate)
This method provides access to the CPPMN.STARTDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date before which this coupon promotion will not be effective.
startDate
- The start date of the coupon promotion.public void setStatus(java.lang.String status)
This method provides access to the CPPMN.STATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the status of the coupon promotion. Valid values: A=active, D=deleted, or E=expired.
status
- The status of the coupon promotion.public void setStoreId(java.lang.Integer storeId)
This method provides access to the CPPMN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store that owns this coupon promotion.
storeId
- The store Id.public void setTotalNumOffer(java.lang.Integer totalNumCouponsOffered)
This method provides access to the CPPMN.TOTALNUMOFFER column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Number of coupons to be offered for this promotion. This indicates the accepted number of coupons by the customers.
totalNumCouponsOffered
- The total number of coupons to offer.public void setValidityId(java.lang.Integer validityId)
This method provides access to the CPPMN.CPPMNVAL_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Foreign key to CPPMNVAL table.
validityId
- The validity Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |