public class RLPromotionBean extends SmartDataBeanImpl implements SmartDataBean, RLConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The copyright information.
|
Constructor and Description |
---|
RLPromotionBean()
RLPromotionBean constructor.
|
Modifier and Type | Method and Description |
---|---|
int | getActualRedemptionsForPromotion()
Gets the actual redemptions for this promotion based on order.
|
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 the promotion type to the user interface.
|
java.lang.String | getShopDesc()
Gets the customer viewable description.
|
java.lang.String | getShopLongDesc()
Gets customer 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.
|
public static final java.lang.String COPYRIGHT
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 int getActualRedemptionsForPromotion()
public void populate() throws java.lang.Exception
public void setCalCodeId(java.lang.String newCalCodeId)
public void setRLPromotion(RLPromotion rlp)