public class

CatalogProductTierPriceEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.CatalogProductTierPriceEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String customer_group_id
private Double price
private Integer qty
private static TypeDesc typeDesc
private String website
Public Constructors
CatalogProductTierPriceEntity()
CatalogProductTierPriceEntity(String customer_group_id, String website, Integer qty, Double price)
Public Methods
synchronized boolean equals(Object obj)
String getCustomer_group_id()
Gets the customer_group_id value for this CatalogProductTierPriceEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Double getPrice()
Gets the price value for this CatalogProductTierPriceEntity.
Integer getQty()
Gets the qty value for this CatalogProductTierPriceEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getWebsite()
Gets the website value for this CatalogProductTierPriceEntity.
synchronized int hashCode()
void setCustomer_group_id(String customer_group_id)
Sets the customer_group_id value for this CatalogProductTierPriceEntity.
void setPrice(Double price)
Sets the price value for this CatalogProductTierPriceEntity.
void setQty(Integer qty)
Sets the qty value for this CatalogProductTierPriceEntity.
void setWebsite(String website)
Sets the website value for this CatalogProductTierPriceEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String customer_group_id

private Double price

private Integer qty

private static TypeDesc typeDesc

private String website

Public Constructors

public CatalogProductTierPriceEntity ()

public CatalogProductTierPriceEntity (String customer_group_id, String website, Integer qty, Double price)

Parameters
customer_group_id
website
qty
price

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCustomer_group_id ()

Gets the customer_group_id value for this CatalogProductTierPriceEntity.

Returns
  • customer_group_id

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Double getPrice ()

Gets the price value for this CatalogProductTierPriceEntity.

Returns
  • price

public Integer getQty ()

Gets the qty value for this CatalogProductTierPriceEntity.

Returns
  • qty

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getWebsite ()

Gets the website value for this CatalogProductTierPriceEntity.

Returns
  • website

public synchronized int hashCode ()

public void setCustomer_group_id (String customer_group_id)

Sets the customer_group_id value for this CatalogProductTierPriceEntity.

Parameters
customer_group_id

public void setPrice (Double price)

Sets the price value for this CatalogProductTierPriceEntity.

Parameters
price

public void setQty (Integer qty)

Sets the qty value for this CatalogProductTierPriceEntity.

Parameters
qty

public void setWebsite (String website)

Sets the website value for this CatalogProductTierPriceEntity.

Parameters
website