public class

CatalogProductAdditionalAttributesEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private AssociativeMultiEntity[] multi_data
private AssociativeEntity[] single_data
private static TypeDesc typeDesc
Public Constructors
CatalogProductAdditionalAttributesEntity()
CatalogProductAdditionalAttributesEntity(AssociativeMultiEntity[] multi_data, AssociativeEntity[] single_data)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
AssociativeMultiEntity[] getMulti_data()
Gets the multi_data value for this CatalogProductAdditionalAttributesEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
AssociativeEntity[] getSingle_data()
Gets the single_data value for this CatalogProductAdditionalAttributesEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setMulti_data(AssociativeMultiEntity[] multi_data)
Sets the multi_data value for this CatalogProductAdditionalAttributesEntity.
void setSingle_data(AssociativeEntity[] single_data)
Sets the single_data value for this CatalogProductAdditionalAttributesEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private AssociativeMultiEntity[] multi_data

private AssociativeEntity[] single_data

private static TypeDesc typeDesc

Public Constructors

public CatalogProductAdditionalAttributesEntity ()

public CatalogProductAdditionalAttributesEntity (AssociativeMultiEntity[] multi_data, AssociativeEntity[] single_data)

Parameters
multi_data
single_data

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 AssociativeMultiEntity[] getMulti_data ()

Gets the multi_data value for this CatalogProductAdditionalAttributesEntity.

Returns
  • multi_data

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public AssociativeEntity[] getSingle_data ()

Gets the single_data value for this CatalogProductAdditionalAttributesEntity.

Returns
  • single_data

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setMulti_data (AssociativeMultiEntity[] multi_data)

Sets the multi_data value for this CatalogProductAdditionalAttributesEntity.

Parameters
multi_data

public void setSingle_data (AssociativeEntity[] single_data)

Sets the single_data value for this CatalogProductAdditionalAttributesEntity.

Parameters
single_data