java.lang.Objectcom.ibm.commerce.tools.promotions.DiscountChooseListRow
This Object represents a set of properties of one Discount.
Constructor Summary | |
DiscountChooseListRow() DiscountChooseListRow constructor. |
Method Summary | |
java.lang.String | getCalcode_Id() get ID of calculation code, also is the ID of the discount object. |
java.lang.String | getDescription() get administrator's description for current discount object. |
java.lang.String | getEndDate() get End date of the current discount availablity. |
java.lang.String | getName() get the name of the current discount object. |
java.lang.String | getStartDate() get Start date of the current discount availablity. |
java.lang.String | getStatus() get status of the discount object. |
void | setCalcode_Id(java.lang.String calcode_Id) Set Calculation ID for the discount object |
void | setDescription(java.lang.String description) Set administration description for the discount. |
void | setEndDate(java.lang.String endDate) Set the end date for the discount |
void | setName(java.lang.String name) Set the name for the discount |
void | setStartDate(java.lang.String startDate) Set the start date for the discount |
void | setStatus(java.lang.String status) Set the status for the discount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiscountChooseListRow()
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 calcode_Id)
public void setDescription(java.lang.String description)
public void setEndDate(java.lang.String endDate)
public void setName(java.lang.String name)
public void setStartDate(java.lang.String startDate)
public void setStatus(java.lang.String status)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.