public class

CatalogProductAttributeFrontendLabelEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String label
private String store_id
private static TypeDesc typeDesc
Public Constructors
CatalogProductAttributeFrontendLabelEntity()
CatalogProductAttributeFrontendLabelEntity(String store_id, String label)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getLabel()
Gets the label value for this CatalogProductAttributeFrontendLabelEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStore_id()
Gets the store_id value for this CatalogProductAttributeFrontendLabelEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setLabel(String label)
Sets the label value for this CatalogProductAttributeFrontendLabelEntity.
void setStore_id(String store_id)
Sets the store_id value for this CatalogProductAttributeFrontendLabelEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String label

private String store_id

private static TypeDesc typeDesc

Public Constructors

public CatalogProductAttributeFrontendLabelEntity ()

public CatalogProductAttributeFrontendLabelEntity (String store_id, String label)

Parameters
store_id
label

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getLabel ()

Gets the label value for this CatalogProductAttributeFrontendLabelEntity.

Returns
  • label

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getStore_id ()

Gets the store_id value for this CatalogProductAttributeFrontendLabelEntity.

Returns
  • store_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setLabel (String label)

Sets the label value for this CatalogProductAttributeFrontendLabelEntity.

Parameters
label

public void setStore_id (String store_id)

Sets the store_id value for this CatalogProductAttributeFrontendLabelEntity.

Parameters
store_id