com.konakartadmin.app
Class AdminCountrySearch

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

public class AdminCountrySearch
extends java.lang.Object

CountrySearch object for the Admin App


Field Summary
private  int id
          id
private  java.lang.String Name
          firstName
private  java.lang.String orderBy
          orderBy
private  java.lang.String threeLetterCode
          birthDate
private  java.lang.String twoLetterCode
          lastName
 
Constructor Summary
AdminCountrySearch()
          Instantiates an AdminCountrySearch object - a requirement for a bean class
AdminCountrySearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminCountrySearch object from a Record object
 
Method Summary
 int getId()
           
 java.lang.String getName()
           
 java.lang.String getOrderBy()
           
 java.lang.String getThreeLetterCode()
           
 java.lang.String getTwoLetterCode()
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setThreeLetterCode(java.lang.String threeLetterCode)
           
 void setTwoLetterCode(java.lang.String twoLetterCode)
           
 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

id

private int id
id


Name

private java.lang.String Name
firstName


twoLetterCode

private java.lang.String twoLetterCode
lastName


threeLetterCode

private java.lang.String threeLetterCode
birthDate


orderBy

private java.lang.String orderBy
orderBy

Constructor Detail

AdminCountrySearch

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


AdminCountrySearch

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

toStringBrief

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

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int id)
Parameters:
id - The id to set.

getOrderBy

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

setOrderBy

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

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getThreeLetterCode

public java.lang.String getThreeLetterCode()
Returns:
Returns the threeLetterCode.

setThreeLetterCode

public void setThreeLetterCode(java.lang.String threeLetterCode)
Parameters:
threeLetterCode - The threeLetterCode to set.

getTwoLetterCode

public java.lang.String getTwoLetterCode()
Returns:
Returns the twoLetterCode.

setTwoLetterCode

public void setTwoLetterCode(java.lang.String twoLetterCode)
Parameters:
twoLetterCode - The twoLetterCode to set.


Copyright © 2006 DS Data Systems UK Ltd.