ZMObject
|
+--ZMGroupPricing
public class ZMGroupPricing
extends ZMObject
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMPriceGroup | getPriceGroupForId(int priceGroupId) Get a price group for the given id. |
| array | Get all price groups. |
| static void | instance() Get instance. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| backtrace, create, log, singleton | |
public ZMGroupPricing()
Create new instance. /
public ZMPriceGroup getPriceGroupForId(int priceGroupId)
Get a price group for the given id.
null.public array getPriceGroups()
Get all price groups.
public static void instance()
Get instance. /
Group pricing.