org.broadleafcommerce.core.web.order.model
Class WishlistRequest
java.lang.Object
org.broadleafcommerce.core.web.order.model.WishlistRequest
public class WishlistRequest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WishlistRequest
public WishlistRequest()
getAddProductId
public Long getAddProductId()
setAddProductId
public void setAddProductId(Long addProductId)
getAddCategoryId
public Long getAddCategoryId()
setAddCategoryId
public void setAddCategoryId(Long addCategoryId)
getAddSkuId
public Long getAddSkuId()
setAddSkuId
public void setAddSkuId(Long addSkuId)
getQuantity
public Integer getQuantity()
setQuantity
public void setQuantity(Integer quantity)
getWishlistName
public String getWishlistName()
setWishlistName
public void setWishlistName(String wishlistName)
Copyright © 2012. All Rights Reserved.