|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ZoneIf
Describes a physical zone. (i.e. Texas or Madrid)
| Method Summary | |
|---|---|
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 |
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 |
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 |
| Method Detail |
|---|
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 value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||