|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCouponSearch
public class AdminCouponSearch
Coupon search object for the Admin App
Field Summary | |
---|---|
private java.lang.String |
couponCode
The value of the coupon code |
private int |
couponCodeRule
The value of the coupon code rule |
private int |
id
The value for the couponId field |
private java.lang.String |
name
Name |
private int |
nameRule
Name Rule |
private java.lang.String |
orderBy
orderBy |
private int |
promotionId
promotion Id |
Constructor Summary | |
---|---|
AdminCouponSearch()
Instantiates an AdminCouponSearch object - a requirement for a bean class |
|
AdminCouponSearch(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.String |
getCouponCode()
|
int |
getCouponCodeRule()
The rule for the search. |
int |
getId()
|
java.lang.String |
getName()
|
int |
getNameRule()
The rule for the search. |
java.lang.String |
getOrderBy()
|
int |
getPromotionId()
|
void |
setCouponCode(java.lang.String couponCode)
|
void |
setCouponCodeRule(int couponCodeRule)
The rule for the search. |
void |
setId(int id)
|
void |
setName(java.lang.String name)
|
void |
setNameRule(int nameRule)
The rule for the search. |
void |
setOrderBy(java.lang.String orderBy)
|
void |
setPromotionId(int promotionId)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private java.lang.String name
private int nameRule
private java.lang.String couponCode
private int couponCodeRule
private java.lang.String orderBy
private int promotionId
Constructor Detail |
---|
public AdminCouponSearch()
public AdminCouponSearch(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.Object
public java.lang.String getCouponCode()
public void setCouponCode(java.lang.String couponCode)
couponCode
- The couponCode to set.public int getId()
public void setId(int id)
id
- The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public int getPromotionId()
public void setPromotionId(int promotionId)
promotionId
- The promotionId to set.public int getNameRule()
public void setNameRule(int nameRule)
nameRule
- the nameRule to setpublic int getCouponCodeRule()
public void setCouponCodeRule(int couponCodeRule)
couponCodeRule
- the couponCodeRule to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |