Class AddItemListToCartRequest
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
- All Implemented Interfaces:
Serializable
A request DTO for adding
ItemLists to a cart.- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanSet of ids representing theItemListsthat are to be added to cartinthashCode()voidsetItemListIds(Set<String> itemListIds) Set of ids representing theItemListsthat are to be added to carttoString()
-
Constructor Details
-
AddItemListToCartRequest
public AddItemListToCartRequest()
-
-
Method Details
-
getItemListIds
Set of ids representing theItemListsthat are to be added to cart- Returns:
- Set of ids representing the ItemLists that are to be added to cart
-
setItemListIds
Set of ids representing theItemListsthat are to be added to cart- Parameters:
itemListIds- Set of ids representing the ItemLists that are to be added to cart
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-