public class

CatalogAttributeOptionEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String label
private static TypeDesc typeDesc
private String value
Public Constructors
CatalogAttributeOptionEntity()
CatalogAttributeOptionEntity(String label, String value)
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 CatalogAttributeOptionEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getValue()
Gets the value value for this CatalogAttributeOptionEntity.
synchronized int hashCode()
void setLabel(String label)
Sets the label value for this CatalogAttributeOptionEntity.
void setValue(String value)
Sets the value value for this CatalogAttributeOptionEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String label

private static TypeDesc typeDesc

private String value

Public Constructors

public CatalogAttributeOptionEntity ()

public CatalogAttributeOptionEntity (String label, String value)

Parameters
label
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 String getLabel ()

Gets the label value for this CatalogAttributeOptionEntity.

Returns
  • label

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 getValue ()

Gets the value value for this CatalogAttributeOptionEntity.

Returns
  • value

public synchronized int hashCode ()

public void setLabel (String label)

Sets the label value for this CatalogAttributeOptionEntity.

Parameters
label

public void setValue (String value)

Sets the value value for this CatalogAttributeOptionEntity.

Parameters
value