ZMObject
└─ZMToken
public class ZMToken
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| string | getId() Get the id. |
| void | setId(string id) Set the id. |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
Create new instance.
public string getId()
Get the id.
public void setId(string id)
Set the id.
Token model class.