|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.value.ZoneValue
public class ZoneValue
Object to store information about a particular zone. A zone is a collection of rooms. Every room must exist in a zone. A room cannot exist in more than one zone. A zone is defined by a unique name and has no other properties. A zone is not created by itself. During the room creation, a zone is specified. If that zone does not exist, then it is created.
RoomValue,
ZoneConfiguration| Constructor Summary | |
|---|---|
ZoneValue()
|
|
| Method Summary | |
|---|---|
int |
getZoneId()
Gets the unique zoneId for this zone. |
String |
getZoneName()
Gets the name of the zone. |
void |
setZoneId(int zoneId)
Sets the zoneId for this room. |
void |
setZoneName(String zoneName)
Sets the name of the zone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZoneValue()
| Method Detail |
|---|
public int getZoneId()
public void setZoneId(int zoneId)
zoneId - unique identifier for the zonepublic String getZoneName()
public void setZoneName(String zoneName)
zoneName - name of the zone
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||