ZMObject
└─ZMConfigGroup
public class ZMConfigGroup
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new config group. |
|
| Method Summary | |
|---|---|
| string | getId() Get the id. |
| string | getName() Get the name. |
| 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 ZMConfigGroup()
Create new config group.
public string getId()
Get the id.
public string getName()
Get the name.
public void setId(string id)
Set the id.
public void setName(string name)
Set the name.
Configuration group.