public class AdminSubZoneSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminSubZoneSearch()
Instantiates an AdminZoneSearch object - a requirement for a bean class
|
AdminSubZoneSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminZoneSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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() |
private int associationId
private int zoneId
private java.lang.String zoneName
private int zoneNameRule
private int geoZoneId
private java.lang.String geoZoneName
private int geoZoneNameRule
private int countryId
private java.lang.String countryName
private int countryNameRule
private java.lang.String orderBy
public AdminSubZoneSearch()
public AdminSubZoneSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public int getCountryId()
public void setCountryId(int countryId)
countryId
- The countryId to set.public int getAssociationId()
public void setAssociationId(int associationId)
associationId
- The associationId to set.public int getGeoZoneId()
public void setGeoZoneId(int geoZoneId)
geoZoneId
- The geoZoneId to set.public int getZoneId()
public void setZoneId(int zoneId)
zoneId
- The zoneId to set.public java.lang.String getCountryName()
public void setCountryName(java.lang.String countryName)
countryName
- The countryName to set.public java.lang.String getGeoZoneName()
public void setGeoZoneName(java.lang.String geoZoneName)
geoZoneName
- The geoZoneName to set.public java.lang.String getZoneName()
public void setZoneName(java.lang.String zoneName)
zoneName
- The zoneName to set.public int getZoneNameRule()
public void setZoneNameRule(int zoneNameRule)
zoneNameRule
- the zoneNameRule to setpublic int getGeoZoneNameRule()
public void setGeoZoneNameRule(int geoZoneNameRule)
geoZoneNameRule
- the geoZoneNameRule to setpublic int getCountryNameRule()
public void setCountryNameRule(int countryNameRule)
countryNameRule
- the countryNameRule to setCopyright © 2018 DS Data Systems UK Ltd.