public class AdminZonesToGeoZones
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminZonesToGeoZones()
Constructor
|
AdminZonesToGeoZones(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.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 |
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() |
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
public AdminZonesToGeoZones()
public AdminZonesToGeoZones(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 toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
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 setCopyright © 2018 DS Data Systems UK Ltd.