com.ibm.commerce.couponpromotion.objects
Interface CouponPromotionAccessBeanData

All Known Implementing Classes:
CouponPromotionAccessBean

public interface CouponPromotionAccessBeanData

This table gives the details of what a promotion is, and reference to its purchase, validity, and discount conditions. CouponPromotionAccessBeanData


Method Summary
java.lang.Integer getCouponPromotionId()
getCouponPromotionId
java.sql.Timestamp getCreationTime()
getCreationTime
java.lang.String getCurrency()
getCurrency
java.lang.Integer getEarlyBirdLimit()
getEarlyBirdLimit
java.sql.Timestamp getEndDate()
getEndDate
java.lang.String getField1()
getField1
java.lang.Integer getInitiativeId()
getInitiativeId
java.lang.Integer getNumAcceptAllowed()
getNumAcceptAllowed
java.lang.Integer getNumOffered()
getNumOffered
java.lang.Integer getNumSeenAllowed()
getNumSeenAllowed
java.lang.Integer getNumUseAllowed()
getNumUseAllowed
java.lang.String getPromoDispType()
getPromoDispType
java.lang.String getPromotionDescription()
getPromotionDescription
java.lang.String getPromotionName()
getPromotionName
java.lang.String getPurchaseCondType()
getPurchaseCondType
java.sql.Timestamp getStartDate()
getStartDate
java.lang.String getStatus()
getStatus
java.lang.Integer getStoreId()
getStoreId
java.lang.Integer getTotalNumOffer()
getTotalNumOffer
java.lang.Integer getValidityId()
getValidityId
void setCreationTime(java.sql.Timestamp newValue)
setCreationTime
void setCurrency(java.lang.String newValue)
setCurrency
void setEarlyBirdLimit(java.lang.Integer newValue)
setEarlyBirdLimit
void setEndDate(java.sql.Timestamp newValue)
setEndDate
void setField1(java.lang.String newValue)
setField1
void setInitiativeId(java.lang.Integer newValue)
setInitiativeId
void setNumAcceptAllowed(java.lang.Integer newValue)
setNumAcceptAllowed
void setNumOffered(java.lang.Integer newValue)
setNumOffered
void setNumSeenAllowed(java.lang.Integer newValue)
setNumSeenAllowed
void setNumUseAllowed(java.lang.Integer newValue)
setNumUseAllowed
void setPromoDispType(java.lang.String newValue)
setPromoDispType
void setPromotionDescription(java.lang.String newValue)
setPromotionDescription
void setPromotionName(java.lang.String newValue)
setPromotionName
void setPurchaseCondType(java.lang.String newValue)
setPurchaseCondType
void setStartDate(java.sql.Timestamp newValue)
setStartDate
void setStatus(java.lang.String newValue)
setStatus
void setStoreId(java.lang.Integer newValue)
setStoreId
void setTotalNumOffer(java.lang.Integer newValue)
setTotalNumOffer
void setValidityId(java.lang.Integer newValue) setValidityId

Method Detail

getCouponPromotionId

public java.lang.Integer getCouponPromotionId()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getCouponPromotionId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCreationTime

public java.sql.Timestamp getCreationTime()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getCreationTime
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreationTime

public void setCreationTime(java.sql.Timestamp newValue)
setCreationTime

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getCurrency
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrency

public void setCurrency(java.lang.String newValue)
setCurrency

getEarlyBirdLimit

public java.lang.Integer getEarlyBirdLimit()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getEarlyBirdLimit
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEarlyBirdLimit

public void setEarlyBirdLimit(java.lang.Integer newValue)
setEarlyBirdLimit

getEndDate

public java.sql.Timestamp getEndDate()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getEndDate
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setEndDate

public void setEndDate(java.sql.Timestamp newValue)
setEndDate

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
getField1
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)
setField1

getInitiativeId

public java.lang.Integer getInitiativeId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getInitiativeId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInitiativeId

public void setInitiativeId(java.lang.Integer newValue)
setInitiativeId

getNumAcceptAllowed

public java.lang.Integer getNumAcceptAllowed()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
getNumAcceptAllowed
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumAcceptAllowed

public void setNumAcceptAllowed(java.lang.Integer newValue)
setNumAcceptAllowed

getNumOffered

public java.lang.Integer getNumOffered()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getNumOffered
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumOffered

public void setNumOffered(java.lang.Integer newValue)
setNumOffered

getNumSeenAllowed

public java.lang.Integer getNumSeenAllowed()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
getNumSeenAllowed
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumSeenAllowed

public void setNumSeenAllowed(java.lang.Integer newValue)
setNumSeenAllowed

getNumUseAllowed

public java.lang.Integer getNumUseAllowed()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getNumUseAllowed
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setNumUseAllowed

public void setNumUseAllowed(java.lang.Integer newValue)
setNumUseAllowed

getPromoDispType

public java.lang.String getPromoDispType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getPromoDispType
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPromoDispType

public void setPromoDispType(java.lang.String newValue)
setPromoDispType

getPromotionDescription

public java.lang.String getPromotionDescription()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getPromotionDescription
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPromotionDescription

public void setPromotionDescription(java.lang.String newValue)
setPromotionDescription

getPromotionName

public java.lang.String getPromotionName()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getPromotionName
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPromotionName

public void setPromotionName(java.lang.String newValue)
setPromotionName

getPurchaseCondType

public java.lang.String getPurchaseCondType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
getPurchaseCondType
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPurchaseCondType

public void setPurchaseCondType(java.lang.String newValue)
setPurchaseCondType

getStartDate

public java.sql.Timestamp getStartDate()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getStartDate
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStartDate

public void setStartDate(java.sql.Timestamp newValue)
setStartDate

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
getStatus
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStatus

public void setStatus(java.lang.String newValue)
setStatus

getStoreId

public java.lang.Integer getStoreId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getStoreId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.Integer newValue)
setStoreId

getTotalNumOffer

public java.lang.Integer getTotalNumOffer()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getTotalNumOffer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTotalNumOffer

public void setTotalNumOffer(java.lang.Integer newValue)
setTotalNumOffer

getValidityId

public java.lang.Integer getValidityId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getValidityId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setValidityId

public void setValidityId(java.lang.Integer newValue)
setValidityId

Feedback