Class JpaUserRestriction

java.lang.Object
com.broadleafcommerce.auth.security.domain.JpaUserRestriction
All Implemented Interfaces:
Serializable

@Entity public class JpaUserRestriction extends Object implements Serializable
Author:
Sunny Yu
See Also:
  • Constructor Details

    • JpaUserRestriction

      public JpaUserRestriction()
  • Method Details

    • getId

      public String getId()
    • getUser

      public JpaUser getUser()
    • getRestrictionType

      public String getRestrictionType()
    • getRestrictionTargets

      public Set<String> getRestrictionTargets()
    • setId

      public void setId(String id)
    • setUser

      public void setUser(JpaUser user)
    • setRestrictionType

      public void setRestrictionType(String restrictionType)
    • setRestrictionTargets

      public void setRestrictionTargets(Set<String> restrictionTargets)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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