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()
           
 java.lang.String getDescription()
           
 java.lang.String getEndDate()
           
 java.lang.String getName()
           
 java.lang.String getStartDate()
           
 java.lang.String getStatus()
           
 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()
Returns:
ID of calculation code, also is the ID of the discount object.

getDescription

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

getEndDate

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

getName

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

getStartDate

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

getStatus

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

setCalcode_Id

public void setCalcode_Id(java.lang.String calcode_Id)
Set Calculation ID for the discount object
Parameters:
id - of the discount.

setDescription

public void setDescription(java.lang.String description)
Set administration description for the discount.
Parameters:
administrator's - description for the discount.

setEndDate

public void setEndDate(java.lang.String endDate)
Set the end date for the discount
Parameters:
end - date of the current 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
Parameters:
start - date of the current discount.

setStatus

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