Class AdminRestriction

java.lang.Object
com.broadleafcommerce.auth.user.listener.domain.AdminRestriction
All Implemented Interfaces:
Serializable

public class AdminRestriction extends Object implements Serializable
Specific messaging contract for restriction references by entities.
Author:
Nick Crum (ncrum)
See Also:
  • Constructor Details

    • AdminRestriction

      public AdminRestriction(String id, String restrictionType, Set<String> restrictionTargets)
    • AdminRestriction

      public AdminRestriction()
  • Method Details

    • getId

      public String getId()
      Represents the id of the User restriction.
    • getRestrictionType

      public String getRestrictionType()
      Represents the type of the restriction.
    • getRestrictionTargets

      public Set<String> getRestrictionTargets()
      Represents the targets of the restriction.
    • 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