ZenMagick 0.9.10


zenmagick.store.shared.model.account\ZMZone
model\account\ZMZone.php at line 33

Class ZMZone

ZMObject
└─ZMZone

public class ZMZone
extends ZMObject

A address zone.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct()

Create new zone.

string

getCode()

Get the code.

string

getId()

Get the id.

string

getName()

Get the name.

void

setCode(string code)

Set the code.

void

setId(string id)

Set the id.

void

setName(string name)

Set the name.

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

Method Detail

model\account\ZMZone.php at line 41

__construct

public void __construct()

Create new zone.


model\account\ZMZone.php at line 68

getCode

public string getCode()

Get the code.

Returns:
The code.

model\account\ZMZone.php at line 61

getId

public string getId()

Get the id.

Returns:
The id.

model\account\ZMZone.php at line 75

getName

public string getName()

Get the name.

Returns:
The name.

model\account\ZMZone.php at line 89

setCode

public void setCode(string code)

Set the code.

Parameters:
code - The code.

model\account\ZMZone.php at line 82

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

model\account\ZMZone.php at line 96

setName

public void setName(string name)

Set the name.

Parameters:
name - The name.

ZenMagick 0.9.10