ZMObject
└─ZMProductAssociation
public class ZMProductAssociation
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(int productId) Create new instance. |
| int | Get the (source) product id of this association. |
| void | setProductId(int productId) Set the (source) product id of this association. |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(int productId)
Create new instance.
null.public int getProductId()
Get the (source) product id of this association.
public void setProductId(int productId)
Set the (source) product id of this association.
A product association base class.
ZMProductAssociationHandlerimplementations are free to subclass.