|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminPromotionSearch
public class AdminPromotionSearch
Promotion search object for the Admin App
| Field Summary | |
|---|---|
private java.lang.Boolean |
active
active |
private java.lang.Boolean |
cumulative
cumulative |
private java.util.Date |
endDate
end date |
private int |
id
id |
private java.lang.String |
name
name |
private java.lang.String |
orderBy
orderBy |
private java.lang.String |
orderTotalCode
orderTotalCode |
private java.lang.Boolean |
requiresCoupon
requiresCoupon |
private java.util.Date |
startDate
start date |
| Constructor Summary | |
|---|---|
AdminPromotionSearch()
Instantiates an AdminPromotionSearch object - a requirement for a bean class |
|
AdminPromotionSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminLanguageSearch object from a Record object |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getActive()
|
java.lang.Boolean |
getCumulative()
|
java.util.Date |
getEndDate()
|
int |
getId()
|
java.lang.String |
getName()
|
java.lang.String |
getOrderBy()
|
java.lang.String |
getOrderTotalCode()
|
java.lang.Boolean |
getRequiresCoupon()
|
java.util.Date |
getStartDate()
|
void |
setActive(java.lang.Boolean active)
|
void |
setCumulative(java.lang.Boolean cumulative)
|
void |
setEndDate(java.util.Date endDate)
|
void |
setId(int id)
|
void |
setName(java.lang.String name)
|
void |
setOrderBy(java.lang.String orderBy)
|
void |
setOrderTotalCode(java.lang.String orderTotalCode)
|
void |
setRequiresCoupon(java.lang.Boolean requiresCoupon)
|
void |
setStartDate(java.util.Date startDate)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Boolean active
private java.util.Date startDate
private java.util.Date endDate
private java.lang.Boolean cumulative
private java.lang.String name
private java.lang.String orderTotalCode
private java.lang.Boolean requiresCoupon
private java.lang.String orderBy
private int id
| Constructor Detail |
|---|
public AdminPromotionSearch()
public AdminPromotionSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
r - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
active - The active to set.public java.lang.Boolean getCumulative()
public void setCumulative(java.lang.Boolean cumulative)
cumulative - The cumulative to set.public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - The endDate to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getOrderTotalCode()
public void setOrderTotalCode(java.lang.String orderTotalCode)
orderTotalCode - The orderTotalCode to set.public java.lang.Boolean getRequiresCoupon()
public void setRequiresCoupon(java.lang.Boolean requiresCoupon)
requiresCoupon - The requiresCoupon to set.public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - The startDate to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy - The orderBy to set.public int getId()
public void setId(int id)
id - The id to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||