org.broadleafcommerce.core.order.service.call
Class ProductBundleOrderItemRequest

java.lang.Object
  extended by org.broadleafcommerce.core.order.service.call.ProductBundleOrderItemRequest

public class ProductBundleOrderItemRequest
extends Object


Field Summary
protected  Category category
           
protected  String name
           
protected  ProductBundle productBundle
           
protected  int quantity
           
protected  Sku sku
           
 
Constructor Summary
ProductBundleOrderItemRequest()
           
 
Method Summary
 Category getCategory()
           
 Map<String,String> getItemAttributes()
           
 String getName()
           
 ProductBundle getProductBundle()
           
 int getQuantity()
           
 Sku getSku()
           
 void setCategory(Category category)
           
 void setItemAttributes(Map<String,String> itemAttributes)
           
 void setName(String name)
           
 void setProductBundle(ProductBundle productBundle)
           
 void setQuantity(int quantity)
           
 void setSku(Sku sku)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

category

protected Category category

sku

protected Sku sku

quantity

protected int quantity

productBundle

protected ProductBundle productBundle
Constructor Detail

ProductBundleOrderItemRequest

public ProductBundleOrderItemRequest()
Method Detail

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.