public class AdminSubZone
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
associationId
The asociationId field
|
private java.util.Date |
dateAdded
dateAdded
|
private int |
geoZoneId
The geoZoneId field
|
private java.lang.String |
geoZoneName
The geoZoneName field - not in the d/b
|
private java.util.Date |
lastModified
lastModified
|
private java.lang.String |
zoneCountryCatKey
The zoneCountryCatKey field - not in the d/b
|
private int |
zoneCountryId
The zoneCountryId field
|
private java.lang.String |
zoneCountryName
The zoneCountryName field - not in the d/b
|
private int |
zoneId
The zoneId field
|
private java.lang.String |
zoneName
The zoneName field
|
Constructor and Description |
---|
AdminSubZone()
Constructor
|
AdminSubZone(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminZone object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getAssociationId() |
java.util.Date |
getDateAdded() |
int |
getGeoZoneId() |
java.lang.String |
getGeoZoneName() |
java.util.Date |
getLastModified() |
java.lang.String |
getZoneCountryCatKey() |
int |
getZoneCountryId()
Get the ZoneCountryId
|
java.lang.String |
getZoneCountryName() |
int |
getZoneId()
Get the ZoneId
|
java.lang.String |
getZoneName()
Get the ZoneName
|
void |
setAssociationId(int associationId) |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setGeoZoneId(int geoZoneId) |
void |
setGeoZoneName(java.lang.String geoZoneName) |
void |
setLastModified(java.util.Date lastModified) |
void |
setZoneCountryCatKey(java.lang.String zoneCountryCatKey) |
void |
setZoneCountryId(int zoneCountryId)
Set the value of ZoneCountryId
|
void |
setZoneCountryName(java.lang.String zoneCountryName) |
void |
setZoneId(int zoneId)
Set the value of ZoneId
|
void |
setZoneName(java.lang.String zoneName)
Set the value of ZoneName
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int associationId
private int zoneId
private int zoneCountryId
private int geoZoneId
private java.lang.String zoneName
private java.lang.String zoneCountryName
private java.lang.String zoneCountryCatKey
private java.lang.String geoZoneName
private java.util.Date lastModified
private java.util.Date dateAdded
public AdminSubZone()
public AdminSubZone(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public int getZoneId()
public void setZoneId(int zoneId)
zoneId
- new valuepublic int getZoneCountryId()
public void setZoneCountryId(int zoneCountryId)
zoneCountryId
- new valuepublic java.lang.String getZoneName()
public void setZoneName(java.lang.String zoneName)
zoneName
- new valuepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getZoneCountryName()
public void setZoneCountryName(java.lang.String zoneCountryName)
zoneCountryName
- The zoneCountryName to set.public int getAssociationId()
public void setAssociationId(int associationId)
associationId
- The asociationId to set.public int getGeoZoneId()
public void setGeoZoneId(int geoZoneId)
geoZoneId
- The geoZoneId to set.public java.lang.String getGeoZoneName()
public void setGeoZoneName(java.lang.String geoZoneName)
geoZoneName
- The geoZoneName to set.public java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- The dateAdded to set.public java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified
- The lastModified to set.public java.lang.String getZoneCountryCatKey()
public void setZoneCountryCatKey(java.lang.String zoneCountryCatKey)
zoneCountryCatKey
- the zoneCountryCatKey to setCopyright © 2018 DS Data Systems UK Ltd.