|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminZonesToGeoZones
public class AdminZonesToGeoZones
This is the AdminZonesToGeoZones class - it maps zones to geo zones
Field Summary | |
---|---|
private int |
associationId
The value for the associationId field |
private java.util.Date |
dateAdded
The value for the dateAdded field |
private int |
geoZoneId
The value for the geoZoneId field |
private java.util.Date |
lastModified
The value for the lastModified field |
private java.lang.String |
storeId
The value for the storeId field |
private int |
zoneCountryId
The value for the zoneCountryId field |
private int |
zoneId
The value for the zoneId field |
Constructor Summary | |
---|---|
AdminZonesToGeoZones()
Constructor |
|
AdminZonesToGeoZones(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()
|
int |
getId()
|
java.util.Date |
getLastModified()
|
java.lang.String |
getStoreId()
|
int |
getZoneCountryId()
Get the ZoneCountryId |
int |
getZoneId()
Get the ZoneId |
void |
setAssociationId(int associationId)
|
void |
setDateAdded(java.util.Date dateAdded)
|
void |
setGeoZoneId(int geoZoneId)
|
void |
setId(int id)
Set the zoneId to id |
void |
setLastModified(java.util.Date lastModified)
|
void |
setStoreId(java.lang.String storeId)
|
void |
setZoneCountryId(int zoneCountryId)
Set the value of zoneCountryId |
void |
setZoneId(int zoneId)
Set the value of zoneId |
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 associationId
private java.lang.String storeId
private int zoneCountryId
private int zoneId
private int geoZoneId
private java.util.Date lastModified
private java.util.Date dateAdded
Constructor Detail |
---|
public AdminZonesToGeoZones()
public AdminZonesToGeoZones(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 int getZoneId()
public void setZoneId(int zoneId)
zoneId
- new valuepublic int getZoneCountryId()
public void setZoneCountryId(int zoneCountryId)
zoneCountryId
- new valuepublic java.lang.String toString()
toString
in interface AdminObjectIf
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- public int getAssociationId()
public void setAssociationId(int associationId)
associationId
- the associationId to setpublic java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- the storeId to setpublic int getGeoZoneId()
public void setGeoZoneId(int geoZoneId)
geoZoneId
- the geoZoneId to setpublic java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified
- the lastModified to setpublic java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- the dateAdded to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |