ZenMagick 0.9.6


org.zenmagick.model.ZMConfigGroup

Class ZMConfigGroup

ZMObject
|
+--ZMConfigGroup

public class ZMConfigGroup
extends ZMObject

Configuration group.

Author:
DerManoMann
Version:
$Id: ZMConfigGroup.php 2054 2009-03-12 03:41:22Z dermanomann $

Fields inherited from org.zenmagick.ZMObject
properties_
Constructor Summary

ZMConfigGroup()

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.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMConfigGroup

public ZMConfigGroup()

Create new config group. /


Method Detail

getId

public string getId()

Get the id.

Returns:
The id.

getName

public string getName()

Get the name.

Returns:
The name.

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

setName

public void setName(string name)

Set the name.

Parameters:
name - The name.

ZenMagick 0.9.6