java.lang.Object | +--com.ibm.commerce.tools.epromotion.databeans.RLPromotionListRow
The class represents the row of a Promotion.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT the copyright information |
Constructor Summary | |
---|---|
RLPromotionListRow() DiscountChooseListRow constructor comment. |
Method Summary | |
---|---|
java.lang.String |
getCalcode_Id() gets the calcode_id |
java.lang.String |
getDescription() gets discount Description |
java.lang.String |
getEndDate() gets End date of the availability of discount |
java.lang.String |
getName() gets the discount name |
java.lang.String |
getPriority() gets the discount priority |
java.lang.String |
getStartDate() gets the start date of the availability of discount |
java.lang.String |
getStatus() gets the status of the discount |
void |
setCalcode_Id(java.lang.String newCalcode_Id) sets the calcode_id |
void |
setDescription(java.lang.String newDescription) sets the description |
void |
setEndDate(java.lang.String newEndDate) sets the discount End date |
void |
setName(java.lang.String newName) sets the name of the discount |
void |
setPriority(java.lang.String newPriority) Sets the priority. |
void |
setStartDate(java.lang.String newStartDate) sets the discount start date |
void |
setStatus(java.lang.String newStatus) Sets the status of the discount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RLPromotionListRow()
Method Detail |
---|
public java.lang.String getCalcode_Id()
public java.lang.String getDescription()
public java.lang.String getEndDate()
public java.lang.String getName()
public java.lang.String getStartDate()
public java.lang.String getStatus()
public void setCalcode_Id(java.lang.String newCalcode_Id)
public void setDescription(java.lang.String newDescription)
public void setEndDate(java.lang.String newEndDate)
public void setName(java.lang.String newName)
public void setStartDate(java.lang.String newStartDate)
public void setStatus(java.lang.String newStatus)
public java.lang.String getPriority()
public void setPriority(java.lang.String newPriority)