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
quantity
protected int quantity
productBundle
protected ProductBundle productBundle
ProductBundleOrderItemRequest
public ProductBundleOrderItemRequest()
getName
public String getName()
setName
public void setName(String name)
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
getSku
public Sku getSku()
setSku
public void setSku(Sku sku)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
getProductBundle
public ProductBundle getProductBundle()
setProductBundle
public void setProductBundle(ProductBundle productBundle)
getItemAttributes
public Map<String,String> getItemAttributes()
setItemAttributes
public void setItemAttributes(Map<String,String> itemAttributes)
Copyright © 2012. All Rights Reserved.