com.ibm.commerce.tools.epromotion.databeans
Class RLPromotionListRow

java.lang.Object
  com.ibm.commerce.tools.epromotion.databeans.RLPromotionListRow

public class RLPromotionListRow
extends java.lang.Object

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
the copyright information
See Also:
Constant Field Values
Constructor Detail

RLPromotionListRow

public RLPromotionListRow()
DiscountChooseListRow constructor comment.
Method Detail

getCalcode_Id

public java.lang.String getCalcode_Id()
gets the calcode_id
Returns:
String

getDescription

public java.lang.String getDescription()
gets discount Description
Returns:
String

getEndDate

public java.lang.String getEndDate()
gets End date of the availability of discount
Returns:
String

getName

public java.lang.String getName()
gets the discount name
Returns:
String

getStartDate

public java.lang.String getStartDate()
gets the start date of the availability of discount
Returns:
String

getStatus

public java.lang.String getStatus()
gets the status of the discount
Returns:
String

setCalcode_Id

public void setCalcode_Id(java.lang.String newCalcode_Id)
sets the calcode_id

setDescription

public void setDescription(java.lang.String newDescription)
sets the description

setEndDate

public void setEndDate(java.lang.String newEndDate)
sets the discount End date

setName

public void setName(java.lang.String newName)
sets the name of the discount

setStartDate

public void setStartDate(java.lang.String newStartDate)
sets the discount start date

setStatus

public void setStatus(java.lang.String newStatus)
Sets the status of the discount

getPriority

public java.lang.String getPriority()
gets the discount priority
Returns:
String

setPriority

public void setPriority(java.lang.String newPriority)
Sets the priority. of the discount

Feedback