public class AdminCouponSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
couponCode
The value of the coupon code
|
private int |
couponCodeRule
The value of the coupon code rule
|
private java.lang.String |
custom1
custom1
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
custom3
custom3
|
private int |
custom3Rule
custom3 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 and Description |
---|
AdminCouponSearch()
Instantiates an AdminCouponSearch object - a requirement for a bean class
|
AdminCouponSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminLanguageSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCouponCode() |
int |
getCouponCodeRule()
The rule for the search.
|
java.lang.String |
getCustom1() |
int |
getCustom1Rule() |
java.lang.String |
getCustom2() |
int |
getCustom2Rule() |
java.lang.String |
getCustom3() |
int |
getCustom3Rule() |
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 |
setCustom1(java.lang.String custom1) |
void |
setCustom1Rule(int custom1Rule) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Rule(int custom2Rule) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom3Rule(int custom3Rule) |
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() |
private int id
private java.lang.String name
private int nameRule
private java.lang.String couponCode
private int couponCodeRule
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private java.lang.String custom3
private int custom3Rule
private java.lang.String orderBy
private int promotionId
public AdminCouponSearch()
public AdminCouponSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)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 setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setCopyright © 2018 DS Data Systems UK Ltd.