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

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

public class WishlistRequest
extends Object


Constructor Summary
WishlistRequest()
           
 
Method Summary
 Long getAddCategoryId()
           
 Long getAddProductId()
           
 Long getAddSkuId()
           
 Integer getQuantity()
           
 String getWishlistName()
           
 void setAddCategoryId(Long addCategoryId)
           
 void setAddProductId(Long addProductId)
           
 void setAddSkuId(Long addSkuId)
           
 void setQuantity(Integer quantity)
           
 void setWishlistName(String wishlistName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WishlistRequest

public WishlistRequest()
Method Detail

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.