|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCouponSearchResult
public class AdminCouponSearchResult
Coupon Search Results object for the Admin App
Field Summary | |
---|---|
private AdminCoupon[] |
coupons
the coupons retrieved |
private AdminCouponSearch |
couponSearch
couponSearch - the search that was used to get the results |
private int |
maxGroupSize
maxGroupSize |
private int |
offset
offset |
private int |
totalSetSize
totalSetSize |
Constructor Summary | |
---|---|
AdminCouponSearchResult()
Constructor |
|
AdminCouponSearchResult(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Language object from a Record object |
Method Summary | |
---|---|
AdminCoupon[] |
getCoupons()
|
AdminCouponSearch |
getCouponSearch()
|
int |
getMaxGroupSize()
|
int |
getOffset()
|
int |
getTotalSetSize()
|
void |
setCoupons(AdminCoupon[] coupons)
|
void |
setCouponSearch(AdminCouponSearch couponSearch)
|
void |
setMaxGroupSize(int maxGroupSize)
|
void |
setOffset(int offset)
|
void |
setTotalSetSize(int totalSetSize)
|
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 AdminCouponSearch couponSearch
private AdminCoupon[] coupons
private int offset
private int maxGroupSize
private int totalSetSize
Constructor Detail |
---|
public AdminCouponSearchResult()
public AdminCouponSearchResult(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 toStringBrief()
public int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- The maxGroupSize to set.public int getOffset()
public void setOffset(int offset)
offset
- The offset to set.public int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- The totalSetSize to set.public AdminCoupon[] getCoupons()
public void setCoupons(AdminCoupon[] coupons)
coupons
- The coupons to set.public AdminCouponSearch getCouponSearch()
public void setCouponSearch(AdminCouponSearch couponSearch)
couponSearch
- The couponSearch to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |