Class JpaUserRestrictedRole

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

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

    • JpaUserRestrictedRole

      public JpaUserRestrictedRole()
  • Method Details

    • getId

      public String getId()
    • getUser

      public JpaUser getUser()
    • getRole

      public JpaUserRole getRole()
    • getRestrictionType

      public String getRestrictionType()
    • getRestrictionTargets

      public Set<String> getRestrictionTargets()
    • setId

      public void setId(String id)
    • setUser

      public void setUser(JpaUser user)
    • setRole

      public void setRole(JpaUserRole role)
    • 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