Class 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:
    Serialized Form
    • Constructor Detail

      • AddItemListToCartRequest

        public AddItemListToCartRequest()
    • Method Detail

      • 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
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object