com.konakartadmin.app
Class AdminLanguageSearchResult

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

public class AdminLanguageSearchResult
extends java.lang.Object

Language Search Results object for the Admin App


Field Summary
private  AdminLanguageSearch langSearch
          langSearch - the search that was used to get the results
private  AdminLanguage[] languages
          the languages retrieved
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminLanguageSearchResult()
          Constructor
AdminLanguageSearchResult(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the Language object from a Record object
 
Method Summary
 AdminLanguageSearch getLangSearch()
           
 AdminLanguage[] getLanguages()
           
 int getMaxGroupSize()
           
 int getOffset()
           
 int getTotalSetSize()
           
 void setLangSearch(AdminLanguageSearch langSearch)
           
 void setLanguages(AdminLanguage[] languages)
           
 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

langSearch

private AdminLanguageSearch langSearch
langSearch - the search that was used to get the results


languages

private AdminLanguage[] languages
the languages retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminLanguageSearchResult

public AdminLanguageSearchResult()
Constructor


AdminLanguageSearchResult

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

toStringBrief

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

getLanguages

public AdminLanguage[] getLanguages()
Returns:
the languages

setLanguages

public void setLanguages(AdminLanguage[] languages)
Parameters:
languages - the languages to set

getLangSearch

public AdminLanguageSearch getLangSearch()
Returns:
the langSearch

setLangSearch

public void setLangSearch(AdminLanguageSearch langSearch)
Parameters:
langSearch - the langSearch 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.