|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Zone
public class Zone
This is the Zone class - it has zoneId, countryId, code and name. Each country can have one or more zones.
| Constructor Summary | |
|---|---|
Zone()
Constructor |
|
Zone(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Country object from a Record object |
|
| Method Summary | |
|---|---|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getZoneCode()
Get the ZoneCode |
int |
getZoneCountryId()
Get the ZoneCountryId |
int |
getZoneId()
Get the ZoneId |
java.lang.String |
getZoneName()
Get the ZoneName |
java.lang.String |
getZoneSearch()
Used to search match a search string when searching for the zone |
boolean |
isZoneInvisible()
Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes. |
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setZoneCode(java.lang.String v)
Set the value of ZoneCode |
void |
setZoneCountryId(int v)
Set the value of ZoneCountryId |
void |
setZoneId(int v)
Set the value of ZoneId |
void |
setZoneInvisible(boolean zoneInvisible)
Determines whether the zone is retrieved by API calls for being displayed in the UI for selection purposes. |
void |
setZoneName(java.lang.String v)
Set the value of ZoneName |
void |
setZoneSearch(java.lang.String zoneSearch)
Used to search match a search string when searching for the zone |
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 |
| Constructor Detail |
|---|
public Zone()
public Zone(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 class java.lang.Objectpublic java.lang.String toStringBrief()
public int getZoneId()
getZoneId in interface ZoneIfpublic void setZoneId(int v)
setZoneId in interface ZoneIfv - new valuepublic int getZoneCountryId()
getZoneCountryId in interface ZoneIfpublic void setZoneCountryId(int v)
setZoneCountryId in interface ZoneIfv - new valuepublic java.lang.String getZoneCode()
getZoneCode in interface ZoneIfpublic void setZoneCode(java.lang.String v)
setZoneCode in interface ZoneIfv - new valuepublic java.lang.String getZoneName()
getZoneName in interface ZoneIfpublic void setZoneName(java.lang.String v)
setZoneName in interface ZoneIfv - new valuepublic java.lang.String getCustom1()
getCustom1 in interface ZoneIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface ZoneIfcustom1 - the custom1 to setpublic java.lang.String getCustom2()
getCustom2 in interface ZoneIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface ZoneIfcustom2 - the custom2 to setpublic java.lang.String getCustom3()
getCustom3 in interface ZoneIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface ZoneIfcustom3 - the custom3 to setpublic boolean isZoneInvisible()
isZoneInvisible in interface ZoneIfpublic void setZoneInvisible(boolean zoneInvisible)
setZoneInvisible in interface ZoneIfzoneInvisible - the zoneInvisible to setpublic java.lang.String getZoneSearch()
getZoneSearch in interface ZoneIfpublic void setZoneSearch(java.lang.String zoneSearch)
setZoneSearch in interface ZoneIfzoneSearch - the zoneSearch to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||