com.konakartadmin.app
Class AdminSubZoneSearch

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

public class AdminSubZoneSearch
extends java.lang.Object

AdminZoneSearch object for the Admin App


Field Summary
private  int associationId
          associationId
private  int countryId
          countryId
private  java.lang.String countryName
          countryName - not in db
private  int geoZoneId
          geoZoneId
private  java.lang.String geoZoneName
          geoZoneName - not in db
private  java.lang.String orderBy
          orderBy
private  int zoneId
          zoneId
private  java.lang.String zoneName
          zoneName - not in db
 
Constructor Summary
AdminSubZoneSearch()
          Instantiates an AdminZoneSearch object - a requirement for a bean class
AdminSubZoneSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminZoneSearch object from a Record object
 
Method Summary
 int getAssociationId()
           
 int getCountryId()
           
 java.lang.String getCountryName()
           
 int getGeoZoneId()
           
 java.lang.String getGeoZoneName()
           
 java.lang.String getOrderBy()
           
 int getZoneId()
           
 java.lang.String getZoneName()
           
 void setAssociationId(int associationId)
           
 void setCountryId(int countryId)
           
 void setCountryName(java.lang.String countryName)
           
 void setGeoZoneId(int geoZoneId)
           
 void setGeoZoneName(java.lang.String geoZoneName)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setZoneId(int zoneId)
           
 void setZoneName(java.lang.String zoneName)
           
 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

associationId

private int associationId
associationId


zoneId

private int zoneId
zoneId


zoneName

private java.lang.String zoneName
zoneName - not in db


geoZoneId

private int geoZoneId
geoZoneId


geoZoneName

private java.lang.String geoZoneName
geoZoneName - not in db


countryId

private int countryId
countryId


countryName

private java.lang.String countryName
countryName - not in db


orderBy

private java.lang.String orderBy
orderBy

Constructor Detail

AdminSubZoneSearch

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


AdminSubZoneSearch

public AdminSubZoneSearch(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.

getOrderBy

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

setOrderBy

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

getCountryId

public int getCountryId()
Returns:
Returns the countryId.

setCountryId

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

getAssociationId

public int getAssociationId()
Returns:
Returns the associationId.

setAssociationId

public void setAssociationId(int associationId)
Parameters:
associationId - The associationId to set.

getGeoZoneId

public int getGeoZoneId()
Returns:
Returns the geoZoneId.

setGeoZoneId

public void setGeoZoneId(int geoZoneId)
Parameters:
geoZoneId - The geoZoneId to set.

getZoneId

public int getZoneId()
Returns:
Returns the zoneId.

setZoneId

public void setZoneId(int zoneId)
Parameters:
zoneId - The zoneId to set.

getCountryName

public java.lang.String getCountryName()
Returns:
Returns the countryName.

setCountryName

public void setCountryName(java.lang.String countryName)
Parameters:
countryName - The countryName to set.

getGeoZoneName

public java.lang.String getGeoZoneName()
Returns:
Returns the geoZoneName.

setGeoZoneName

public void setGeoZoneName(java.lang.String geoZoneName)
Parameters:
geoZoneName - The geoZoneName to set.

getZoneName

public java.lang.String getZoneName()
Returns:
Returns the zoneName.

setZoneName

public void setZoneName(java.lang.String zoneName)
Parameters:
zoneName - The zoneName to set.


Copyright © 2006 DS Data Systems UK Ltd.