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
          association Id
private  int countryId
          country Id
private  java.lang.String countryName
          countryName - not in database
private  int countryNameRule
          countryName Rule
private  int geoZoneId
          geo Zone Id
private  java.lang.String geoZoneName
          geo Zone Name - not in database
private  int geoZoneNameRule
          geo Zone Name Rule
private  java.lang.String orderBy
          order By
private  int zoneId
          zone Id
private  java.lang.String zoneName
          zone Name - not in database
private  int zoneNameRule
          zone Name Rule
 
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 getCountryNameRule()
          The rule for the search.
 int getGeoZoneId()
           
 java.lang.String getGeoZoneName()
           
 int getGeoZoneNameRule()
          The rule for the search.
 java.lang.String getOrderBy()
           
 int getZoneId()
           
 java.lang.String getZoneName()
           
 int getZoneNameRule()
          The rule for the search.
 void setAssociationId(int associationId)
           
 void setCountryId(int countryId)
           
 void setCountryName(java.lang.String countryName)
           
 void setCountryNameRule(int countryNameRule)
          The rule for the search.
 void setGeoZoneId(int geoZoneId)
           
 void setGeoZoneName(java.lang.String geoZoneName)
           
 void setGeoZoneNameRule(int geoZoneNameRule)
          The rule for the search.
 void setOrderBy(java.lang.String orderBy)
           
 void setZoneId(int zoneId)
           
 void setZoneName(java.lang.String zoneName)
           
 void setZoneNameRule(int zoneNameRule)
          The rule for the search.
 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
association Id


zoneId

private int zoneId
zone Id


zoneName

private java.lang.String zoneName
zone Name - not in database


zoneNameRule

private int zoneNameRule
zone Name Rule


geoZoneId

private int geoZoneId
geo Zone Id


geoZoneName

private java.lang.String geoZoneName
geo Zone Name - not in database


geoZoneNameRule

private int geoZoneNameRule
geo Zone Name Rule


countryId

private int countryId
country Id


countryName

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


countryNameRule

private int countryNameRule
countryName Rule


orderBy

private java.lang.String orderBy
order By

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.

getZoneNameRule

public int getZoneNameRule()
The rule for the search. Valid values are:

Returns:
the zoneNameRule

setZoneNameRule

public void setZoneNameRule(int zoneNameRule)
The rule for the search. Valid values are:

Parameters:
zoneNameRule - the zoneNameRule to set

getGeoZoneNameRule

public int getGeoZoneNameRule()
The rule for the search. Valid values are:

Returns:
the geoZoneNameRule

setGeoZoneNameRule

public void setGeoZoneNameRule(int geoZoneNameRule)
The rule for the search. Valid values are:

Parameters:
geoZoneNameRule - the geoZoneNameRule to set

getCountryNameRule

public int getCountryNameRule()
The rule for the search. Valid values are:

Returns:
the countryNameRule

setCountryNameRule

public void setCountryNameRule(int countryNameRule)
The rule for the search. Valid values are:

Parameters:
countryNameRule - the countryNameRule to set


Copyright © 2011 DS Data Systems UK Ltd.