ZMObject
|
+--ZMIdNamePair
public class ZMIdNamePair
extends ZMObject
| Fields inherited from org.zenmagick.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.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
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.