ZenMagick 0.9.8


org.zenmagick.store.model.account.ZMPriceGroup
\store\model\account\ZMPriceGroup.php at line 34

Class ZMPriceGroup

ZMObject
└─ZMPriceGroup

public class ZMPriceGroup
extends ZMObject

A price group.

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

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

ZMPriceGroup()

Create new instance.

Method Summary
string

getDateAdded()

Get the date the group was added.

float

getDiscount()

Get the discount.

int

getId()

Get the group id.

string

getLastModified()

Get the last modified date.

string

getName()

Get the name.

void

setDateAdded(string dateAdded)

Set the date the group was added.

void

setDiscount(float discount)

Set the discount.

void

setId(int id)

Set the group id.

void

setLastModified(string lastModified)

Set the last modified date.

void

setName(string name)

Set the name.

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

Constructor Detail

\store\model\account\ZMPriceGroup.php at line 45

ZMPriceGroup

public ZMPriceGroup()

Create new instance.


Method Detail

\store\model\account\ZMPriceGroup.php at line 89

getDateAdded

public string getDateAdded()

Get the date the group was added.

Returns:
The added date.

\store\model\account\ZMPriceGroup.php at line 82

getDiscount

public float getDiscount()

Get the discount.

Returns:
The discount.

\store\model\account\ZMPriceGroup.php at line 68

getId

public int getId()

Get the group id.

Returns:
The group id.

\store\model\account\ZMPriceGroup.php at line 96

getLastModified

public string getLastModified()

Get the last modified date.

Returns:
The last modified date.

\store\model\account\ZMPriceGroup.php at line 75

getName

public string getName()

Get the name.

Returns:
The group name.

\store\model\account\ZMPriceGroup.php at line 124

setDateAdded

public void setDateAdded(string dateAdded)

Set the date the group was added.

Parameters:
dateAdded - The added date.

\store\model\account\ZMPriceGroup.php at line 117

setDiscount

public void setDiscount(float discount)

Set the discount.

Parameters:
discount - The discount.

\store\model\account\ZMPriceGroup.php at line 103

setId

public void setId(int id)

Set the group id.

Parameters:
id - The group id.

\store\model\account\ZMPriceGroup.php at line 131

setLastModified

public void setLastModified(string lastModified)

Set the last modified date.

Parameters:
lastModified - The last modified date.

\store\model\account\ZMPriceGroup.php at line 110

setName

public void setName(string name)

Set the name.

Parameters:
name - The group name.

ZenMagick 0.9.8