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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Set of ids representing theItemLists
that are to be added to cartint
hashCode()
void
setItemListIds
(Set<String> itemListIds) Set of ids representing theItemLists
that are to be added to carttoString()
-
Constructor Details
-
AddItemListToCartRequest
public AddItemListToCartRequest()
-
-
Method Details
-
getItemListIds
Set of ids representing theItemLists
that 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 theItemLists
that 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
-