public class

CatalogProductRequestAttributes

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String[] additional_attributes

private String[] attributes

private static TypeDesc typeDesc

Public Constructors

public CatalogProductRequestAttributes ()

public CatalogProductRequestAttributes (String[] attributes, String[] additional_attributes)

Parameters
attributes
additional_attributes

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String[] getAdditional_attributes ()

Gets the additional_attributes value for this CatalogProductRequestAttributes.

Returns
  • additional_attributes

public String[] getAttributes ()

Gets the attributes value for this CatalogProductRequestAttributes.

Returns
  • attributes

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 static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAdditional_attributes (String[] additional_attributes)

Sets the additional_attributes value for this CatalogProductRequestAttributes.

Parameters
additional_attributes

public void setAttributes (String[] attributes)

Sets the attributes value for this CatalogProductRequestAttributes.

Parameters
attributes