public class

CatalogProductAttributeOptionLabelEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String[] store_id

private static TypeDesc typeDesc

private String value

Public Constructors

public CatalogProductAttributeOptionLabelEntity ()

public CatalogProductAttributeOptionLabelEntity (String[] store_id, String value)

Parameters
store_id
value

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 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 CatalogProductAttributeOptionLabelEntity.

Returns
  • store_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getValue ()

Gets the value value for this CatalogProductAttributeOptionLabelEntity.

Returns
  • value

public synchronized int hashCode ()

public void setStore_id (String[] store_id)

Sets the store_id value for this CatalogProductAttributeOptionLabelEntity.

Parameters
store_id

public void setValue (String value)

Sets the value value for this CatalogProductAttributeOptionLabelEntity.

Parameters
value