com.konakartadmin.app
Class AdminLanguageSearch

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

public class AdminLanguageSearch
extends java.lang.Object

AdminLanguageSearch object


Field Summary
private  boolean includeDisplayOnlyLangs
          Include Display Only languages
private  java.lang.String languageCode
          Language code
private  java.lang.String languageName
          Language Name
private  java.lang.String orderBy
          order By
 
Constructor Summary
AdminLanguageSearch()
          Instantiates an AdminLanguageSearch object - a requirement for a bean class
AdminLanguageSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminLanguageSearch object from a Record object
 
Method Summary
 java.lang.String getLanguageCode()
           
 java.lang.String getLanguageName()
           
 java.lang.String getOrderBy()
           
 boolean isIncludeDisplayOnlyLangs()
           
 void setIncludeDisplayOnlyLangs(boolean includeDisplayOnlyLangs)
          Set this to true if you want to include display-only languages
 void setLanguageCode(java.lang.String languageCode)
           
 void setLanguageName(java.lang.String languageName)
           
 void setOrderBy(java.lang.String orderBy)
           
 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

languageName

private java.lang.String languageName
Language Name


languageCode

private java.lang.String languageCode
Language code


includeDisplayOnlyLangs

private boolean includeDisplayOnlyLangs
Include Display Only languages


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminLanguageSearch

public AdminLanguageSearch()
Instantiates an AdminLanguageSearch object - a requirement for a bean class


AdminLanguageSearch

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

toStringBrief

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

getOrderBy

public java.lang.String getOrderBy()
Returns:
Returns the orderBy.

setOrderBy

public void setOrderBy(java.lang.String orderBy)
Parameters:
orderBy - The orderBy to set.

getLanguageCode

public java.lang.String getLanguageCode()
Returns:
Returns the languageCode.

setLanguageCode

public void setLanguageCode(java.lang.String languageCode)
Parameters:
languageCode - The languageCode to set.

getLanguageName

public java.lang.String getLanguageName()
Returns:
Returns the languageName.

setLanguageName

public void setLanguageName(java.lang.String languageName)
Parameters:
languageName - The languageName to set.

isIncludeDisplayOnlyLangs

public boolean isIncludeDisplayOnlyLangs()
Returns:
the includeDisplayOnlyLangs

setIncludeDisplayOnlyLangs

public void setIncludeDisplayOnlyLangs(boolean includeDisplayOnlyLangs)
Set this to true if you want to include display-only languages

Parameters:
includeDisplayOnlyLangs - the includeDisplayOnlyLangs to set


Copyright © 2011 DS Data Systems UK Ltd.