|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminRewardPointSearchResult
public class AdminRewardPointSearchResult
RewardPoint Search Results object for the Admin App
Field Summary | |
---|---|
private int |
maxGroupSize
maxGroupSize |
private int |
offset
offset |
private AdminRewardPoint[] |
rewardPoints
the reward points retrieved |
private AdminRewardPointSearch |
search
search - the search that was used to get the results |
private int |
totalSetSize
totalSetSize |
Constructor Summary | |
---|---|
AdminRewardPointSearchResult()
Constructor |
|
AdminRewardPointSearchResult(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Reward Point Search object from a Record object |
Method Summary | |
---|---|
int |
getMaxGroupSize()
|
int |
getOffset()
|
AdminRewardPoint[] |
getRewardPoints()
|
AdminRewardPointSearch |
getSearch()
|
int |
getTotalSetSize()
|
void |
setMaxGroupSize(int maxGroupSize)
|
void |
setOffset(int offset)
|
void |
setRewardPoints(AdminRewardPoint[] rewardPoints)
|
void |
setSearch(AdminRewardPointSearch search)
|
void |
setTotalSetSize(int totalSetSize)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private AdminRewardPointSearch search
private AdminRewardPoint[] rewardPoints
private int offset
private int maxGroupSize
private int totalSetSize
Constructor Detail |
---|
public AdminRewardPointSearchResult()
public AdminRewardPointSearchResult(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 AdminRewardPoint[] getRewardPoints()
public void setRewardPoints(AdminRewardPoint[] rewardPoints)
rewardPoints
- the rewardPoints to setpublic int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setpublic int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to setpublic AdminRewardPointSearch getSearch()
public void setSearch(AdminRewardPointSearch search)
search
- the search to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |