com.konakartadmin.app
Class AdminZoneSearch

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

public class AdminZoneSearch
extends java.lang.Object

AdminZoneSearch object for the Admin App


Field Summary
private  java.lang.String code
          code
private  int countryId
          countryId
private  int id
          id
private  java.lang.String name
          name
private  java.lang.String orderBy
          orderBy
 
Constructor Summary
AdminZoneSearch()
          Instantiates an AdminZoneSearch object - a requirement for a bean class
AdminZoneSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminZoneSearch object from a Record object
 
Method Summary
 java.lang.String getCode()
           
 int getCountryId()
           
 int getId()
           
 java.lang.String getName()
           
 java.lang.String getOrderBy()
           
 void setCode(java.lang.String code)
           
 void setCountryId(int countryId)
           
 void setId(int id)
           
 void setName(java.lang.String name)
           
 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

id

private int id
id


name

private java.lang.String name
name


code

private java.lang.String code
code


countryId

private int countryId
countryId


orderBy

private java.lang.String orderBy
orderBy

Constructor Detail

AdminZoneSearch

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


AdminZoneSearch

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

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the Zone 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.

getCode

public java.lang.String getCode()
Returns:
Returns the code.

setCode

public void setCode(java.lang.String code)
Parameters:
code - The code to set.

setCountryId

public void setCountryId(int countryId)
Parameters:
countryId - The countryId to set.

getCountryId

public int getCountryId()
Returns:
Returns the countryId.


Copyright © 2006 DS Data Systems UK Ltd.