ZMObject
└─ZMGroupPricing
public class ZMGroupPricing
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| 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.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
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.