org.broadleafcommerce.core.web.order.model
Class AddToCartItems
java.lang.Object
org.broadleafcommerce.core.web.order.model.AddToCartItems
public class AddToCartItems
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToCartItems
public AddToCartItems()
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 © 2012. All Rights Reserved.