Constructor and Description |
---|
Zone()
Constructor
|
Zone(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the Country object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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() |
public Zone()
public Zone(com.workingdogs.village.Record vr, 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 java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getZoneId()
public void setZoneId(int v)
public int getZoneCountryId()
getZoneCountryId
in interface ZoneIf
public void setZoneCountryId(int v)
setZoneCountryId
in interface ZoneIf
v
- new valuepublic java.lang.String getZoneCode()
getZoneCode
in interface ZoneIf
public void setZoneCode(java.lang.String v)
setZoneCode
in interface ZoneIf
v
- new valuepublic java.lang.String getZoneName()
getZoneName
in interface ZoneIf
public void setZoneName(java.lang.String v)
setZoneName
in interface ZoneIf
v
- new valuepublic java.lang.String getCustom1()
getCustom1
in interface ZoneIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface ZoneIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface ZoneIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface ZoneIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface ZoneIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface ZoneIf
custom3
- the custom3 to setpublic boolean isZoneInvisible()
isZoneInvisible
in interface ZoneIf
public void setZoneInvisible(boolean zoneInvisible)
setZoneInvisible
in interface ZoneIf
zoneInvisible
- the zoneInvisible to setpublic java.lang.String getZoneSearch()
getZoneSearch
in interface ZoneIf
public void setZoneSearch(java.lang.String zoneSearch)
setZoneSearch
in interface ZoneIf
zoneSearch
- the zoneSearch to setCopyright © 2018 DS Data Systems UK Ltd.