com.ibm.commerce.tools.promotions
Class DiscountChooseListRow

java.lang.Object
  |
  +--com.ibm.commerce.tools.promotions.DiscountChooseListRow

public class DiscountChooseListRow
extends java.lang.Object

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

DiscountChooseListRow

public DiscountChooseListRow()
DiscountChooseListRow constructor.
Method Detail

getCalcode_Id

public java.lang.String getCalcode_Id()
get ID of calculation code, also is the ID of the discount object.
Returns:
ID of calculation code, also is the ID of the discount object.

getDescription

public java.lang.String getDescription()
get administrator's description for current discount object.
Returns:
administrator's description for current discount object.

getEndDate

public java.lang.String getEndDate()
get End date of the current discount availablity.
Returns:
End date of the current discount availablity.

getName

public java.lang.String getName()
get the name of the current discount object.
Returns:
the name of the current discount object.

getStartDate

public java.lang.String getStartDate()
get Start date of the current discount availablity.
Returns:
Start date of the current discount availablity.

getStatus

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

setCalcode_Id

public void setCalcode_Id(java.lang.String calcode_Id)
Set Calculation ID for the discount object

setDescription

public void setDescription(java.lang.String description)
Set administration description for the discount.

setEndDate

public void setEndDate(java.lang.String endDate)
Set the end date for the discount

setName

public void setName(java.lang.String name)
Set the name for the discount
Parameters:
name - of the discount.

setStartDate

public void setStartDate(java.lang.String startDate)
Set the start date for the discount

setStatus

public void setStatus(java.lang.String status)
Set the status for the discount
Parameters:
status - of the discount.