ZenMagick 0.9.8


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

Class ZMConfigValue

ZMObject
└─ZMConfigValue

public class ZMConfigValue
extends ZMObject

Configuration value.

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

Fields inherited from org.zenmagick.core.ZMObject
properties_
Constructor Summary

ZMConfigValue()

Create new config value.

Method Summary
string

getDescription()

Get the description.

string

getId()

Get the id.

string

getKey()

Get the key.

string

getName()

Get the name.

string

getSetFunction()

Get the set function.

string

getUseFunction()

Get the use function.

mixed

getValue()

Get the value.

boolean

hasSetFunction()

Check if a set function is set or not.

void

setDescription(string description)

Set the description.

void

setId(string id)

Set the id.

void

setKey(string key)

Set the key.

void

setName(string name)

Set the name.

void

setSetFunction(string function)

Set the set function.

void

setUseFunction(string function)

Set the use function.

void

setValue(mixed value)

Set the value.

Methods inherited from org.zenmagick.core.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\model\ZMConfigValue.php at line 47

ZMConfigValue

public ZMConfigValue()

Create new config value.


Method Detail

\store\model\ZMConfigValue.php at line 97

getDescription

public string getDescription()

Get the description.

Returns:
The description.

\store\model\ZMConfigValue.php at line 69

getId

public string getId()

Get the id.

Returns:
The id.

\store\model\ZMConfigValue.php at line 83

getKey

public string getKey()

Get the key.

Returns:
The key.

\store\model\ZMConfigValue.php at line 76

getName

public string getName()

Get the name.

Returns:
The name.

\store\model\ZMConfigValue.php at line 113

getSetFunction

public string getSetFunction()

Get the set function.

Returns:
The set function.
Deprecated.

\store\model\ZMConfigValue.php at line 105

getUseFunction

public string getUseFunction()

Get the use function.

Returns:
The use function.
Deprecated.

\store\model\ZMConfigValue.php at line 90

getValue

public mixed getValue()

Get the value.

Returns:
The value.

\store\model\ZMConfigValue.php at line 120

hasSetFunction

public boolean hasSetFunction()

Check if a set function is set or not.

Returns:
true if a set function is configured, false if not.

\store\model\ZMConfigValue.php at line 157

setDescription

public void setDescription(string description)

Set the description.

Parameters:
description - The description.

\store\model\ZMConfigValue.php at line 129

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

\store\model\ZMConfigValue.php at line 143

setKey

public void setKey(string key)

Set the key.

Parameters:
key - The key.

\store\model\ZMConfigValue.php at line 136

setName

public void setName(string name)

Set the name.

Parameters:
name - The name.

\store\model\ZMConfigValue.php at line 173

setSetFunction

public void setSetFunction(string function)

Set the set function.

Parameters:
function - The use function.
Deprecated.

\store\model\ZMConfigValue.php at line 165

setUseFunction

public void setUseFunction(string function)

Set the use function.

Parameters:
function - The use function.
Deprecated.

\store\model\ZMConfigValue.php at line 150

setValue

public void setValue(mixed value)

Set the value.

Parameters:
value - The value.

ZenMagick 0.9.8