public class

GiftMessageAssociativeProductsEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private GiftMessageEntity message
private ShoppingCartProductEntity product
private static TypeDesc typeDesc
Public Constructors
GiftMessageAssociativeProductsEntity()
GiftMessageAssociativeProductsEntity(ShoppingCartProductEntity product, GiftMessageEntity message)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
GiftMessageEntity getMessage()
Gets the message value for this GiftMessageAssociativeProductsEntity.
ShoppingCartProductEntity getProduct()
Gets the product value for this GiftMessageAssociativeProductsEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setMessage(GiftMessageEntity message)
Sets the message value for this GiftMessageAssociativeProductsEntity.
void setProduct(ShoppingCartProductEntity product)
Sets the product value for this GiftMessageAssociativeProductsEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private GiftMessageEntity message

private ShoppingCartProductEntity product

private static TypeDesc typeDesc

Public Constructors

public GiftMessageAssociativeProductsEntity ()

public GiftMessageAssociativeProductsEntity (ShoppingCartProductEntity product, GiftMessageEntity message)

Parameters
product
message

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 GiftMessageEntity getMessage ()

Gets the message value for this GiftMessageAssociativeProductsEntity.

Returns
  • message

public ShoppingCartProductEntity getProduct ()

Gets the product value for this GiftMessageAssociativeProductsEntity.

Returns
  • product

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 setMessage (GiftMessageEntity message)

Sets the message value for this GiftMessageAssociativeProductsEntity.

Parameters
message

public void setProduct (ShoppingCartProductEntity product)

Sets the product value for this GiftMessageAssociativeProductsEntity.

Parameters
product