public class

CatalogProductLinkEntityExpressionHolder

extends Object
java.lang.Object
   ↳ com.magento.api.holders.CatalogProductLinkEntityExpressionHolder

Summary

Fields
protected String _positionType
protected String _product_idType
protected String _qtyType
protected String _setType
protected String _skuType
protected String _typeType
protected Object position
protected Object product_id
protected Object qty
protected Object set
protected Object sku
protected Object type
Public Constructors
CatalogProductLinkEntityExpressionHolder()
Public Methods
Object getPosition()
Retrieves position
Object getProduct_id()
Retrieves product_id
Object getQty()
Retrieves qty
Object getSet()
Retrieves set
Object getSku()
Retrieves sku
Object getType()
Retrieves type
void setPosition(Object value)
Sets position
void setProduct_id(Object value)
Sets product_id
void setQty(Object value)
Sets qty
void setSet(Object value)
Sets set
void setSku(Object value)
Sets sku
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _positionType

protected String _product_idType

protected String _qtyType

protected String _setType

protected String _skuType

protected String _typeType

protected Object position

protected Object product_id

protected Object qty

protected Object set

protected Object sku

protected Object type

Public Constructors

public CatalogProductLinkEntityExpressionHolder ()

Public Methods

public Object getPosition ()

Retrieves position

public Object getProduct_id ()

Retrieves product_id

public Object getQty ()

Retrieves qty

public Object getSet ()

Retrieves set

public Object getSku ()

Retrieves sku

public Object getType ()

Retrieves type

public void setPosition (Object value)

Sets position

Parameters
value Value to set

public void setProduct_id (Object value)

Sets product_id

Parameters
value Value to set

public void setQty (Object value)

Sets qty

Parameters
value Value to set

public void setSet (Object value)

Sets set

Parameters
value Value to set

public void setSku (Object value)

Sets sku

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set