public class

AssociativeEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String key
private static TypeDesc typeDesc
private String value
Public Constructors
AssociativeEntity()
AssociativeEntity(String key, String 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 AssociativeEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getValue()
Gets the value value for this AssociativeEntity.
synchronized int hashCode()
void setKey(String key)
Sets the key value for this AssociativeEntity.
void setValue(String value)
Sets the value value for this AssociativeEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String key

private static TypeDesc typeDesc

private String value

Public Constructors

public AssociativeEntity ()

public AssociativeEntity (String key, String 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 AssociativeEntity.

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

Gets the value value for this AssociativeEntity.

Returns
  • value

public synchronized int hashCode ()

public void setKey (String key)

Sets the key value for this AssociativeEntity.

Parameters
key

public void setValue (String value)

Sets the value value for this AssociativeEntity.

Parameters
value