|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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()
|
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 |
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)
id
- of the discount.public void setDescription(java.lang.String description)
administrator's
- description for the discount.public void setEndDate(java.lang.String endDate)
end
- date of the current discount.public void setName(java.lang.String name)
name
- of the discount.public void setStartDate(java.lang.String startDate)
start
- date of the current discount.public void setStatus(java.lang.String status)
status
- of the discount.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |