public class

CatalogProductAttributeOptionEntityToAdd

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int is_default

private int order

private static TypeDesc typeDesc

Public Constructors

public CatalogProductAttributeOptionEntityToAdd ()

public CatalogProductAttributeOptionEntityToAdd (CatalogProductAttributeOptionLabelEntity[] label, int order, int is_default)

Parameters
label
order
is_default

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 int getIs_default ()

Gets the is_default value for this CatalogProductAttributeOptionEntityToAdd.

Returns
  • is_default

public CatalogProductAttributeOptionLabelEntity[] getLabel ()

Gets the label value for this CatalogProductAttributeOptionEntityToAdd.

Returns
  • label

public int getOrder ()

Gets the order value for this CatalogProductAttributeOptionEntityToAdd.

Returns
  • order

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 synchronized int hashCode ()

public void setIs_default (int is_default)

Sets the is_default value for this CatalogProductAttributeOptionEntityToAdd.

Parameters
is_default

public void setLabel (CatalogProductAttributeOptionLabelEntity[] label)

Sets the label value for this CatalogProductAttributeOptionEntityToAdd.

Parameters
label

public void setOrder (int order)

Sets the order value for this CatalogProductAttributeOptionEntityToAdd.

Parameters
order