|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.app.AdminGeoZone
public class AdminGeoZone
This is the AdminGeoZone class - it has geo zoneId, geo name, geo description. Note that there's 3 related tables: zones, geo_zones and zones_to_geo_zones "joins" them together.
| Field Summary | |
|---|---|
private java.util.Date |
dateAdded
The value for the dateAdded field |
private java.lang.String |
geoZoneDescription
The value for the geoZoneDescription field |
private int |
geoZoneId
The value for the geoZoneId field |
private java.lang.String |
geoZoneName
The value for the geoZoneName field |
private java.util.Date |
lastModified
The value for the lastModified field |
| Constructor Summary | |
|---|---|
AdminGeoZone()
Constructor |
|
AdminGeoZone(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminGeoZone object from a Record object |
|
| Method Summary | |
|---|---|
java.util.Date |
getDateAdded()
|
java.lang.String |
getGeoZoneDescription()
|
int |
getGeoZoneId()
|
java.lang.String |
getGeoZoneName()
|
int |
getId()
|
java.util.Date |
getLastModified()
|
void |
setDateAdded(java.util.Date dateAdded)
|
void |
setGeoZoneDescription(java.lang.String geoZoneDescription)
|
void |
setGeoZoneId(int geoZoneId)
|
void |
setGeoZoneName(java.lang.String geoZoneName)
|
void |
setId(int id)
Set the geoZoneId to id |
void |
setLastModified(java.util.Date lastModified)
|
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 |
|---|
private int geoZoneId
private java.lang.String geoZoneName
private java.lang.String geoZoneDescription
private java.util.Date lastModified
private java.util.Date dateAdded
| Constructor Detail |
|---|
public AdminGeoZone()
public AdminGeoZone(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in interface AdminObjectIftoString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded - the dateAdded to setpublic java.lang.String getGeoZoneDescription()
public void setGeoZoneDescription(java.lang.String geoZoneDescription)
geoZoneDescription - the geoZoneDescription to setpublic int getGeoZoneId()
public void setGeoZoneId(int geoZoneId)
geoZoneId - the geoZoneId to setpublic java.lang.String getGeoZoneName()
public void setGeoZoneName(java.lang.String geoZoneName)
geoZoneName - the geoZoneName to setpublic java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified - the lastModified to setpublic int getId()
getId in interface AdminObjectIfpublic void setId(int id)
setId in interface AdminObjectIfid -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||