com.konakartadmin.app
Class AdminGeoZoneSearchResult

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

public class AdminGeoZoneSearchResult
extends java.lang.Object

AdminGeoZone Search Results object for the Admin App


Field Summary
private  AdminGeoZone[] geoZones
          the zones retrieved
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminGeoZoneSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminGeoZoneSearchResult()
          Constructor
AdminGeoZoneSearchResult(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminGeoZone object from a Record object
 
Method Summary
 AdminGeoZone[] getGeoZones()
           
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminGeoZoneSearch getSearch()
           
 int getTotalSetSize()
           
 void setGeoZones(AdminGeoZone[] geoZones)
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setSearch(AdminGeoZoneSearch search)
           
 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

search

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


geoZones

private AdminGeoZone[] geoZones
the zones retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminGeoZoneSearchResult

public AdminGeoZoneSearchResult()
Constructor


AdminGeoZoneSearchResult

public AdminGeoZoneSearchResult(com.workingdogs.village.Record r,
                                org.apache.torque.util.Criteria c)
                         throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminGeoZone 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 TaxClass object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the TaxClass object.

getSearch

public AdminGeoZoneSearch getSearch()
Returns:
the search

setSearch

public void setSearch(AdminGeoZoneSearch search)
Parameters:
search - the search 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

getGeoZones

public AdminGeoZone[] getGeoZones()
Returns:
Returns the geoZones.

setGeoZones

public void setGeoZones(AdminGeoZone[] geoZones)
Parameters:
geoZones - The geoZones to set.


Copyright © 2011 DS Data Systems UK Ltd.