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

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

public class AddToCartItem
extends Object


Constructor Summary
AddToCartItem()
           
 
Method Summary
 Map getAdditionalAttributes()
           
 long getCategoryId()
           
 Long getOrderId()
           
 long getProductId()
           
 int getQuantity()
           
 long getSkuId()
           
 void setAdditionalAttributes(Map additionalAttributes)
           
 void setCategoryId(long categoryId)
           
 void setOrderId(Long orderId)
           
 void setProductId(long productId)
           
 void setQuantity(int quantity)
           
 void setSkuId(long skuId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddToCartItem

public AddToCartItem()
Method Detail

getSkuId

public long getSkuId()

setSkuId

public void setSkuId(long skuId)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)

getProductId

public long getProductId()

setProductId

public void setProductId(long productId)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getOrderId

public Long getOrderId()

setOrderId

public void setOrderId(Long orderId)

getAdditionalAttributes

public Map getAdditionalAttributes()

setAdditionalAttributes

public void setAdditionalAttributes(Map additionalAttributes)


Copyright © 2012. All Rights Reserved.