com.konakartadmin.app
Class AdminAddressFormatSearchResult

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

public class AdminAddressFormatSearchResult
extends java.lang.Object

AddressFormat Search Results object for the Admin App


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


addressFormats

private AdminAddressFormat[] addressFormats
the addressFormats retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminAddressFormatSearchResult

public AdminAddressFormatSearchResult()
Constructor


AdminAddressFormatSearchResult

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

toStringBrief

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

getAddressFormats

public AdminAddressFormat[] getAddressFormats()
Returns:
the addressFormats

setAddressFormats

public void setAddressFormats(AdminAddressFormat[] addressFormats)
Parameters:
addressFormats - the addressFormats to set

getSearch

public AdminAddressFormatSearch getSearch()
Returns:
the search

setSearch

public void setSearch(AdminAddressFormatSearch 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


Copyright © 2011 DS Data Systems UK Ltd.