com.konakartadmin.app
Class AdminRewardPointSearchResult

java.lang.Object
  extended by com.konakartadmin.app.AdminRewardPointSearchResult

public class AdminRewardPointSearchResult
extends java.lang.Object

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

search

private AdminRewardPointSearch search
search - the search that was used to get the results


rewardPoints

private AdminRewardPoint[] rewardPoints
the reward points retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminRewardPointSearchResult

public AdminRewardPointSearchResult()
Constructor


AdminRewardPointSearchResult

public AdminRewardPointSearchResult(com.workingdogs.village.Record r,
                                    org.apache.torque.util.Criteria c)
                             throws com.workingdogs.village.DataSetException
Instantiates the attributes of the Reward Point Search object from a Record object

Parameters:
r - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Reward Point Search object.

getRewardPoints

public AdminRewardPoint[] getRewardPoints()
Returns:
the rewardPoints

setRewardPoints

public void setRewardPoints(AdminRewardPoint[] rewardPoints)
Parameters:
rewardPoints - the rewardPoints to set

getOffset

public int getOffset()
Returns:
the offset

setOffset

public void setOffset(int offset)
Parameters:
offset - the offset to set

getMaxGroupSize

public int getMaxGroupSize()
Returns:
the maxGroupSize

setMaxGroupSize

public void setMaxGroupSize(int maxGroupSize)
Parameters:
maxGroupSize - the maxGroupSize to set

getTotalSetSize

public int getTotalSetSize()
Returns:
the totalSetSize

setTotalSetSize

public void setTotalSetSize(int totalSetSize)
Parameters:
totalSetSize - the totalSetSize to set

getSearch

public AdminRewardPointSearch getSearch()
Returns:
the search

setSearch

public void setSearch(AdminRewardPointSearch search)
Parameters:
search - the search to set


Copyright © 2011 DS Data Systems UK Ltd.