org.broadleafcommerce.core.web.order.model
Class AddToCartItems

java.lang.Object
  extended by org.broadleafcommerce.core.web.order.model.AddToCartItems

public class AddToCartItems
extends Object


Constructor Summary
AddToCartItems()
           
 
Method Summary
 List<AddToCartItem> getAddToCartItems()
           
 long getCategoryId()
           
 long getProductId()
           
 void setAddToCartItem(List<AddToCartItem> addToCartItems)
           
 void setCategoryId(long categoryId)
           
 void setProductId(long productId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToCartItems

public AddToCartItems()
Method Detail

setProductId

public void setProductId(long productId)

setCategoryId

public void setCategoryId(long categoryId)

getAddToCartItems

public List<AddToCartItem> getAddToCartItems()

setAddToCartItem

public void setAddToCartItem(List<AddToCartItem> addToCartItems)

getProductId

public long getProductId()

getCategoryId

public long getCategoryId()


Copyright © 2013. All Rights Reserved.