public class

ComplexFilter

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String key

private static TypeDesc typeDesc

private AssociativeEntity value

Public Constructors

public ComplexFilter ()

public ComplexFilter (String key, AssociativeEntity value)

Parameters
key
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 getKey ()

Gets the key value for this ComplexFilter.

Returns
  • key

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 AssociativeEntity getValue ()

Gets the value value for this ComplexFilter.

Returns
  • value

public synchronized int hashCode ()

public void setKey (String key)

Sets the key value for this ComplexFilter.

Parameters
key

public void setValue (AssociativeEntity value)

Sets the value value for this ComplexFilter.

Parameters
value