public class

AssociativeMultiEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String key
private static TypeDesc typeDesc
private String[] value
Public Constructors
AssociativeMultiEntity()
AssociativeMultiEntity(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 AssociativeMultiEntity.
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 AssociativeMultiEntity.
synchronized int hashCode()
void setKey(String key)
Sets the key value for this AssociativeMultiEntity.
void setValue(String[] value)
Sets the value value for this AssociativeMultiEntity.
[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 AssociativeMultiEntity ()

public AssociativeMultiEntity (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 AssociativeMultiEntity.

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 AssociativeMultiEntity.

Returns
  • value

public synchronized int hashCode ()

public void setKey (String key)

Sets the key value for this AssociativeMultiEntity.

Parameters
key

public void setValue (String[] value)

Sets the value value for this AssociativeMultiEntity.

Parameters
value