public class

ShoppingCartProductEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private AssociativeEntity[] bundle_option
private AssociativeEntity[] bundle_option_qty
private String[] links
private AssociativeEntity[] options
private String product_id
private Double qty
private String sku
private static TypeDesc typeDesc
Public Constructors
ShoppingCartProductEntity()
ShoppingCartProductEntity(String product_id, String sku, Double qty, AssociativeEntity[] options, AssociativeEntity[] bundle_option, AssociativeEntity[] bundle_option_qty, String[] links)
Public Methods
synchronized boolean equals(Object obj)
AssociativeEntity[] getBundle_option()
Gets the bundle_option value for this ShoppingCartProductEntity.
AssociativeEntity[] getBundle_option_qty()
Gets the bundle_option_qty value for this ShoppingCartProductEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String[] getLinks()
Gets the links value for this ShoppingCartProductEntity.
AssociativeEntity[] getOptions()
Gets the options value for this ShoppingCartProductEntity.
String getProduct_id()
Gets the product_id value for this ShoppingCartProductEntity.
Double getQty()
Gets the qty value for this ShoppingCartProductEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSku()
Gets the sku value for this ShoppingCartProductEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setBundle_option(AssociativeEntity[] bundle_option)
Sets the bundle_option value for this ShoppingCartProductEntity.
void setBundle_option_qty(AssociativeEntity[] bundle_option_qty)
Sets the bundle_option_qty value for this ShoppingCartProductEntity.
void setLinks(String[] links)
Sets the links value for this ShoppingCartProductEntity.
void setOptions(AssociativeEntity[] options)
Sets the options value for this ShoppingCartProductEntity.
void setProduct_id(String product_id)
Sets the product_id value for this ShoppingCartProductEntity.
void setQty(Double qty)
Sets the qty value for this ShoppingCartProductEntity.
void setSku(String sku)
Sets the sku value for this ShoppingCartProductEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private AssociativeEntity[] bundle_option

private AssociativeEntity[] bundle_option_qty

private String[] links

private AssociativeEntity[] options

private String product_id

private Double qty

private String sku

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartProductEntity ()

public ShoppingCartProductEntity (String product_id, String sku, Double qty, AssociativeEntity[] options, AssociativeEntity[] bundle_option, AssociativeEntity[] bundle_option_qty, String[] links)

Parameters
product_id
sku
qty
options
bundle_option
bundle_option_qty
links

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public AssociativeEntity[] getBundle_option ()

Gets the bundle_option value for this ShoppingCartProductEntity.

Returns
  • bundle_option

public AssociativeEntity[] getBundle_option_qty ()

Gets the bundle_option_qty value for this ShoppingCartProductEntity.

Returns
  • bundle_option_qty

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String[] getLinks ()

Gets the links value for this ShoppingCartProductEntity.

Returns
  • links

public AssociativeEntity[] getOptions ()

Gets the options value for this ShoppingCartProductEntity.

Returns
  • options

public String getProduct_id ()

Gets the product_id value for this ShoppingCartProductEntity.

Returns
  • product_id

public Double getQty ()

Gets the qty value for this ShoppingCartProductEntity.

Returns
  • qty

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getSku ()

Gets the sku value for this ShoppingCartProductEntity.

Returns
  • sku

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setBundle_option (AssociativeEntity[] bundle_option)

Sets the bundle_option value for this ShoppingCartProductEntity.

Parameters
bundle_option

public void setBundle_option_qty (AssociativeEntity[] bundle_option_qty)

Sets the bundle_option_qty value for this ShoppingCartProductEntity.

Parameters
bundle_option_qty

public void setLinks (String[] links)

Sets the links value for this ShoppingCartProductEntity.

Parameters
links

public void setOptions (AssociativeEntity[] options)

Sets the options value for this ShoppingCartProductEntity.

Parameters
options

public void setProduct_id (String product_id)

Sets the product_id value for this ShoppingCartProductEntity.

Parameters
product_id

public void setQty (Double qty)

Sets the qty value for this ShoppingCartProductEntity.

Parameters
qty

public void setSku (String sku)

Sets the sku value for this ShoppingCartProductEntity.

Parameters
sku