public class

CatalogProductTierPriceEntityExpressionHolder

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

Summary

Fields
protected String _customer_group_idType
protected Double _priceType
protected Integer _qtyType
protected String _websiteType
protected Object customer_group_id
protected Object price
protected Object qty
protected Object website
Public Constructors
CatalogProductTierPriceEntityExpressionHolder()
Public Methods
Object getCustomer_group_id()
Retrieves customer_group_id
Object getPrice()
Retrieves price
Object getQty()
Retrieves qty
Object getWebsite()
Retrieves website
void setCustomer_group_id(Object value)
Sets customer_group_id
void setPrice(Object value)
Sets price
void setQty(Object value)
Sets qty
void setWebsite(Object value)
Sets website
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _customer_group_idType

protected Double _priceType

protected Integer _qtyType

protected String _websiteType

protected Object customer_group_id

protected Object price

protected Object qty

protected Object website

Public Constructors

public CatalogProductTierPriceEntityExpressionHolder ()

Public Methods

public Object getCustomer_group_id ()

Retrieves customer_group_id

public Object getPrice ()

Retrieves price

public Object getQty ()

Retrieves qty

public Object getWebsite ()

Retrieves website

public void setCustomer_group_id (Object value)

Sets customer_group_id

Parameters
value Value to set

public void setPrice (Object value)

Sets price

Parameters
value Value to set

public void setQty (Object value)

Sets qty

Parameters
value Value to set

public void setWebsite (Object value)

Sets website

Parameters
value Value to set