com.konakartadmin.app
Class AdminSubZone

java.lang.Object
  extended by com.konakartadmin.app.AdminSubZone
All Implemented Interfaces:
AdminObjectIf

public class AdminSubZone
extends java.lang.Object
implements AdminObjectIf

This is the AdminSubZone class


Field Summary
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 Summary
AdminSubZone()
          Constructor
AdminSubZone(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminZone object from a Record object
 
Method Summary
 int getAssociationId()
           
 java.util.Date getDateAdded()
           
 int getGeoZoneId()
           
 java.lang.String getGeoZoneName()
           
 int getId()
           
 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 setId(int id)
          Set the zoneId to id
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

associationId

private int associationId
The asociationId field


zoneId

private int zoneId
The zoneId field


zoneCountryId

private int zoneCountryId
The zoneCountryId field


geoZoneId

private int geoZoneId
The geoZoneId field


zoneName

private java.lang.String zoneName
The zoneName field


zoneCountryName

private java.lang.String zoneCountryName
The zoneCountryName field - not in the d/b


zoneCountryCatKey

private java.lang.String zoneCountryCatKey
The zoneCountryCatKey field - not in the d/b


geoZoneName

private java.lang.String geoZoneName
The geoZoneName field - not in the d/b


lastModified

private java.util.Date lastModified
lastModified


dateAdded

private java.util.Date dateAdded
dateAdded

Constructor Detail

AdminSubZone

public AdminSubZone()
Constructor


AdminSubZone

public AdminSubZone(com.workingdogs.village.Record vr,
                    org.apache.torque.util.Criteria c)
             throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminZone object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

getZoneId

public int getZoneId()
Get the ZoneId

Returns:
int

setZoneId

public void setZoneId(int zoneId)
Set the value of ZoneId

Parameters:
zoneId - new value

getZoneCountryId

public int getZoneCountryId()
Get the ZoneCountryId

Returns:
int

setZoneCountryId

public void setZoneCountryId(int zoneCountryId)
Set the value of ZoneCountryId

Parameters:
zoneCountryId - new value

getZoneName

public java.lang.String getZoneName()
Get the ZoneName

Returns:
String

setZoneName

public void setZoneName(java.lang.String zoneName)
Set the value of ZoneName

Parameters:
zoneName - new value

toString

public java.lang.String toString()
Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Country object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing selected attributes of the Country object.

getZoneCountryName

public java.lang.String getZoneCountryName()
Returns:
Returns the zoneCountryName.

setZoneCountryName

public void setZoneCountryName(java.lang.String zoneCountryName)
Parameters:
zoneCountryName - The zoneCountryName to set.

getAssociationId

public int getAssociationId()
Returns:
Returns the associationId.

setAssociationId

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

getGeoZoneId

public int getGeoZoneId()
Returns:
Returns the geoZoneId.

setGeoZoneId

public void setGeoZoneId(int geoZoneId)
Parameters:
geoZoneId - The geoZoneId 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.

getDateAdded

public java.util.Date getDateAdded()
Returns:
Returns the dateAdded.

setDateAdded

public void setDateAdded(java.util.Date dateAdded)
Parameters:
dateAdded - The dateAdded to set.

getLastModified

public java.util.Date getLastModified()
Returns:
Returns the lastModified.

setLastModified

public void setLastModified(java.util.Date lastModified)
Parameters:
lastModified - The lastModified to set.

getId

public int getId()
Specified by:
getId in interface AdminObjectIf
Returns:
Returns the id which is equal to the zoneId

setId

public void setId(int id)
Set the zoneId to id

Specified by:
setId in interface AdminObjectIf
Parameters:
id -

getZoneCountryCatKey

public java.lang.String getZoneCountryCatKey()
Returns:
the zoneCountryCatKey

setZoneCountryCatKey

public void setZoneCountryCatKey(java.lang.String zoneCountryCatKey)
Parameters:
zoneCountryCatKey - the zoneCountryCatKey to set


Copyright © 2011 DS Data Systems UK Ltd.