ZenMagick 0.9.8


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

Class ZMToken

ZMObject
└─ZMToken

public class ZMToken
extends ZMObject

Token model class.

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

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

ZMToken()

Create new instance.

Method Summary
string

getId()

Get the id.

void

setId(string id)

Set the id.

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

Constructor Detail

\store\model\ZMToken.php at line 39

ZMToken

public ZMToken()

Create new instance.


Method Detail

\store\model\ZMToken.php at line 56

getId

public string getId()

Get the id.

Returns:
The id.

\store\model\ZMToken.php at line 63

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

ZenMagick 0.9.8