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