ZenMagick 0.9.6


org.zenmagick.model.account.ZMZone

Class ZMZone

ZMObject
|
+--ZMZone

public class ZMZone
extends ZMObject

A address zone.

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

Fields inherited from org.zenmagick.ZMObject
properties_
Constructor Summary

ZMZone()

Create new zone.

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

Constructor Detail

ZMZone

public ZMZone()

Create new zone. /


Method Detail

getCode

public string getCode()

Get the code.

Returns:
The code.

getId

public string getId()

Get the id.

Returns:
The id.

getName

public string getName()

Get the name.

Returns:
The name.

setCode

public void setCode(string code)

Set the code.

Parameters:
code - The code.

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