Class AddItemListToCartRequest

java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.AddItemListToCartRequest
All Implemented Interfaces:
Serializable

public class AddItemListToCartRequest extends Object implements Serializable
A request DTO for adding ItemLists to a cart.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • AddItemListToCartRequest

      public AddItemListToCartRequest()
  • Method Details

    • getItemListIds

      public Set<String> getItemListIds()
      Set of ids representing the ItemLists that are to be added to cart
      Returns:
      Set of ids representing the ItemLists that are to be added to cart
    • setItemListIds

      public void setItemListIds(Set<String> itemListIds)
      Set of ids representing the ItemLists that are to be added to cart
      Parameters:
      itemListIds - Set of ids representing the ItemLists that are to be added to cart
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object