Class ItemListAccessResponse

java.lang.Object
com.broadleafcommerce.cart.client.domain.ItemListAccessResponse
All Implemented Interfaces:
Serializable

public class ItemListAccessResponse extends Object implements Serializable
See Also:
  • Constructor Details

    • ItemListAccessResponse

      public ItemListAccessResponse(Set<String> accessibleItemListIds, Set<String> inaccessibleItemListIds)
    • ItemListAccessResponse

      public ItemListAccessResponse()
  • Method Details

    • getAccessibleItemListIds

      public Set<String> getAccessibleItemListIds()
      The list of Item List ids that the user has the proper role for.
    • getInaccessibleItemListIds

      public Set<String> getInaccessibleItemListIds()
      The list of Item List ids that the user does not have the proper access rights to.
    • setAccessibleItemListIds

      public void setAccessibleItemListIds(Set<String> accessibleItemListIds)
      The list of Item List ids that the user has the proper role for.
    • setInaccessibleItemListIds

      public void setInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
      The list of Item List ids that the user does not have the proper access rights to.
    • 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