ZenMagick 0.9.6


org.zenmagick.model.account.ZMPriceGroup

Class ZMPriceGroup

ZMObject
|
+--ZMPriceGroup

public class ZMPriceGroup
extends ZMObject

A price group.

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

Fields inherited from org.zenmagick.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.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMPriceGroup

public ZMPriceGroup()

Create new instance. /


Method Detail

getDateAdded

public string getDateAdded()

Get the date the group was added.

Returns:
The added date.

getDiscount

public float getDiscount()

Get the discount.

Returns:
The discount.

getId

public int getId()

Get the group id.

Returns:
The group id.

getLastModified

public string getLastModified()

Get the last modified date.

Returns:
The last modified date.

getName

public string getName()

Get the name.

Returns:
The group name.

setDateAdded

public void setDateAdded(string dateAdded)

Set the date the group was added.

Parameters:
dateAdded - The added date.

setDiscount

public void setDiscount(float discount)

Set the discount.

Parameters:
discount - The discount.

setId

public void setId(int id)

Set the group id.

Parameters:
id - The group id.

setLastModified

public void setLastModified(string lastModified)

Set the last modified date.

Parameters:
lastModified - The last modified date.

setName

public void setName(string name)

Set the name.

Parameters:
name - The group name.

ZenMagick 0.9.6