org.broadleafcommerce.core.order.service.call
Class ProductBundleOrderItemRequest
java.lang.Object
org.broadleafcommerce.core.order.service.call.ProductBundleOrderItemRequest
public class ProductBundleOrderItemRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
category
protected Category category
sku
protected Sku sku
order
protected Order order
quantity
protected int quantity
productBundle
protected ProductBundle productBundle
ProductBundleOrderItemRequest
public ProductBundleOrderItemRequest()
getName
public String getName()
setName
public ProductBundleOrderItemRequest setName(String name)
getCategory
public Category getCategory()
setCategory
public ProductBundleOrderItemRequest setCategory(Category category)
getSku
public Sku getSku()
setSku
public ProductBundleOrderItemRequest setSku(Sku sku)
setOrder
public ProductBundleOrderItemRequest setOrder(Order order)
getOrder
public Order getOrder()
getQuantity
public int getQuantity()
setQuantity
public ProductBundleOrderItemRequest setQuantity(int quantity)
getProductBundle
public ProductBundle getProductBundle()
setProductBundle
public ProductBundleOrderItemRequest setProductBundle(ProductBundle productBundle)
getItemAttributes
public Map<String,String> getItemAttributes()
setItemAttributes
public ProductBundleOrderItemRequest setItemAttributes(Map<String,String> itemAttributes)
Copyright © 2013. All Rights Reserved.