ZMObject
└─ZMIdNamePair
public class ZMIdNamePair
extends ZMObject
| Field Summary | |
|---|---|
| mixed | |
| mixed | |
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMIdNamePair(int id, string name) Create new id - name pair. |
|
| Method Summary | |
|---|---|
| string | getId() Get the id. |
| string | getName() Get the name. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public mixed $id_
public mixed $name_
public ZMIdNamePair(int id, string name)
Create new id - name pair.
public string getId()
Get the id.
public string getName()
Get the name.
Simple id/name container.