ZenMagick 0.9.8


org.zenmagick.store.model.ZMConfigGroup
\store\model\ZMConfigGroup.php at line 34

Class ZMConfigGroup

ZMObject
└─ZMConfigGroup

public class ZMConfigGroup
extends ZMObject

Configuration group.

Author:
DerManoMann
Version:
$Id: ZMConfigGroup.php 2694 2009-12-03 22:32:18Z dermanomann $

Fields inherited from org.zenmagick.core.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.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\model\ZMConfigGroup.php at line 42

ZMConfigGroup

public ZMConfigGroup()

Create new config group.


Method Detail

\store\model\ZMConfigGroup.php at line 61

getId

public string getId()

Get the id.

Returns:
The id.

\store\model\ZMConfigGroup.php at line 68

getName

public string getName()

Get the name.

Returns:
The name.

\store\model\ZMConfigGroup.php at line 75

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

\store\model\ZMConfigGroup.php at line 82

setName

public void setName(string name)

Set the name.

Parameters:
name - The name.

ZenMagick 0.9.8