ZMObject
└─ZMPriceGroup
public class ZMPriceGroup
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| string | Get the date the group was added. |
| float | Get the discount. |
| int | getId() Get the group id. |
| string | 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 | |
public ZMPriceGroup()
Create new instance.
public string getDateAdded()
Get the date the group was added.
public float getDiscount()
Get the discount.
public int getId()
Get the group id.
public string getLastModified()
Get the last modified date.
public string getName()
Get the name.
public void setDateAdded(string dateAdded)
Set the date the group was added.
public void setDiscount(float discount)
Set the discount.
public void setId(int id)
Set the group id.
public void setLastModified(string lastModified)
Set the last modified date.
public void setName(string name)
Set the name.
A price group.