public interface ZoneIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getZoneCode()
In the case of the US, this maps to a state code such as CA or TX Get the ZoneCode
|
int |
getZoneCountryId()
The country where the zone can be found.
|
int |
getZoneId()
Get the ZoneId
|
java.lang.String |
getZoneName()
In the case of the US, this maps to a state name such as California or Texas 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 zoneCode)
In the case of the US, this maps to a state code such as CA or TX Set the value of ZoneCode
|
void |
setZoneCountryId(int zoneCountryId)
The country where the zone can be found.
|
void |
setZoneId(int zoneId)
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 zoneName)
In the case of the US, this maps to a state name such as California or Texas Set the value of
ZoneName
|
void |
setZoneSearch(java.lang.String zoneSearch)
Used to search match a search string when searching for the zone.
|
int getZoneId()
void setZoneId(int zoneId)
zoneId
- new valueint getZoneCountryId()
void setZoneCountryId(int zoneCountryId)
zoneCountryId
- new valuejava.lang.String getZoneCode()
void setZoneCode(java.lang.String zoneCode)
zoneCode
- new valuejava.lang.String getZoneName()
void setZoneName(java.lang.String zoneName)
zoneName
- new valueboolean isZoneInvisible()
void setZoneInvisible(boolean zoneInvisible)
zoneInvisible
- the zoneInvisible to setjava.lang.String getZoneSearch()
void setZoneSearch(java.lang.String zoneSearch)
zoneSearch
- the zoneSearch to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setCopyright © 2018 DS Data Systems UK Ltd.