public class

CatalogProductCustomOptionTypesEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String label
private static TypeDesc typeDesc
private String value
Public Constructors
CatalogProductCustomOptionTypesEntity()
CatalogProductCustomOptionTypesEntity(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 CatalogProductCustomOptionTypesEntity.
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 CatalogProductCustomOptionTypesEntity.
synchronized int hashCode()
void setLabel(String label)
Sets the label value for this CatalogProductCustomOptionTypesEntity.
void setValue(String value)
Sets the value value for this CatalogProductCustomOptionTypesEntity.
[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 CatalogProductCustomOptionTypesEntity ()

public CatalogProductCustomOptionTypesEntity (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 CatalogProductCustomOptionTypesEntity.

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

Returns
  • value

public synchronized int hashCode ()

public void setLabel (String label)

Sets the label value for this CatalogProductCustomOptionTypesEntity.

Parameters
label

public void setValue (String value)

Sets the value value for this CatalogProductCustomOptionTypesEntity.

Parameters
value