|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Zone
public class S_Zone
Describes a physical zone. (i.e. Texas or Madrid)
| Constructor Summary | |
|---|---|
S_Zone()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Zone()
| 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 getZoneCode()
public void setZoneCode(java.lang.String _zoneCode)
_zoneCode - new valuepublic java.lang.String getZoneName()
public void setZoneName(java.lang.String _zoneName)
_zoneName - new valuepublic boolean isZoneInvisible()
public void setZoneInvisible(boolean _zoneInvisible)
_zoneInvisible - the zoneInvisible to setpublic java.lang.String getZoneSearch()
public void setZoneSearch(java.lang.String _zoneSearch)
_zoneSearch - the zoneSearch to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||