public class

Filters

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private ComplexFilter[] complex_filter
private AssociativeEntity[] filter
private static TypeDesc typeDesc
Public Constructors
Filters()
Filters(AssociativeEntity[] filter, ComplexFilter[] complex_filter)
Public Methods
synchronized boolean equals(Object obj)
ComplexFilter[] getComplex_filter()
Gets the complex_filter value for this Filters.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
AssociativeEntity[] getFilter()
Gets the filter value for this Filters.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setComplex_filter(ComplexFilter[] complex_filter)
Sets the complex_filter value for this Filters.
void setFilter(AssociativeEntity[] filter)
Sets the filter value for this Filters.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private ComplexFilter[] complex_filter

private AssociativeEntity[] filter

private static TypeDesc typeDesc

Public Constructors

public Filters ()

public Filters (AssociativeEntity[] filter, ComplexFilter[] complex_filter)

Parameters
filter
complex_filter

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public ComplexFilter[] getComplex_filter ()

Gets the complex_filter value for this Filters.

Returns
  • complex_filter

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public AssociativeEntity[] getFilter ()

Gets the filter value for this Filters.

Returns
  • filter

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 setComplex_filter (ComplexFilter[] complex_filter)

Sets the complex_filter value for this Filters.

Parameters
complex_filter

public void setFilter (AssociativeEntity[] filter)

Sets the filter value for this Filters.

Parameters
filter