ZMObject
└─ZMZone
public class ZMZone
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new zone. |
| 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 | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
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.