java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.tools.epromotion.databeans.RLPromotionBean
RLPromotionBean is using for presenting RLPromotion Object.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT the copyright information |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
RLPromotionBean() RLPromotionBean constructor. |
Method Summary | |
---|---|
java.lang.String |
getAdminDesc() gets administrator's description |
java.lang.String |
getCalCodeId() gets calcode_id |
java.util.Vector |
getMemberGroupName() gets the vector of member group for which the discount is assigned |
RLPromotion |
getRLPromotion() gets the RLPromotion object |
java.lang.String |
getRLPromotionType() Return Promtion type to GUI |
java.lang.String |
getShopDesc() gets the shopper viewable description |
java.lang.String |
getShopLongDesc() gets shopper viewable long description |
void |
populate() Populate this databean from database and xml string to promotion summary page |
void |
setCalCodeId(java.lang.String newCalCodeId) Sets calcode_id |
void |
setRLPromotion(
RLPromotion rlp) Sets RLPromotion object |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getCommandContext,
getResources,
setCommandContext |
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
getRequestProperties,
setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans. SmartDataBean |
getCommandContext,
setCommandContext |
Methods inherited from interface com.ibm.commerce.beans. InputDataBean |
getRequestProperties,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RLPromotionBean()
Method Detail |
---|
public java.lang.String getAdminDesc()
public java.lang.String getCalCodeId()
public java.util.Vector getMemberGroupName()
public RLPromotion getRLPromotion()
public java.lang.String getRLPromotionType()
public java.lang.String getShopDesc()
public java.lang.String getShopLongDesc()
public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
public void setCalCodeId(java.lang.String newCalCodeId)
public void setRLPromotion(RLPromotion rlp)
rlp
-
com.ibm.commerce.tools.epromotion.RLPromotion