public class ShoppingCartProductEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartProductEntity() |
ShoppingCartProductEntity(String product_id,
String sku,
Double qty,
AssociativeEntity[] options,
AssociativeEntity[] bundle_option,
AssociativeEntity[] bundle_option_qty,
String[] links) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AssociativeEntity[] |
getBundle_option_qty()
Gets the bundle_option_qty value for this ShoppingCartProductEntity.
|
AssociativeEntity[] |
getBundle_option()
Gets the bundle_option value for this ShoppingCartProductEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSku()
Gets the sku value for this ShoppingCartProductEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBundle_option_qty(AssociativeEntity[] bundle_option_qty)
Sets the bundle_option_qty value for this ShoppingCartProductEntity.
|
void |
setBundle_option(AssociativeEntity[] bundle_option)
Sets the bundle_option 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.
|
public ShoppingCartProductEntity()
public ShoppingCartProductEntity(String product_id, String sku, Double qty, AssociativeEntity[] options, AssociativeEntity[] bundle_option, AssociativeEntity[] bundle_option_qty, String[] links)
public String getProduct_id()
public void setProduct_id(String product_id)
product_id - public String getSku()
public void setSku(String sku)
sku - public Double getQty()
public void setQty(Double qty)
qty - public AssociativeEntity[] getOptions()
public void setOptions(AssociativeEntity[] options)
options - public AssociativeEntity[] getBundle_option()
public void setBundle_option(AssociativeEntity[] bundle_option)
bundle_option - public AssociativeEntity[] getBundle_option_qty()
public void setBundle_option_qty(AssociativeEntity[] bundle_option_qty)
bundle_option_qty - public String[] getLinks()
public void setLinks(String[] links)
links - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.