ZMObject
└─ZMZone
public class ZMZone
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMZone() Create new zone. |
|
| Method Summary | |
|---|---|
| string | getCode() Get the code. |
| string | getId() Get the id. |
| string | getName() Get the name. |
| void | setCode(string code) Set the code. |
| void | setId(string id) Set the id. |
| void | setName(string name) Set the name. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMZone()
Create new zone.
public string getCode()
Get the code.
public string getId()
Get the id.
public string getName()
Get the name.
public void setCode(string code)
Set the code.
public void setId(string id)
Set the id.
public void setName(string name)
Set the name.
A address zone.