Class JpaRestrictedRole

java.lang.Object
com.broadleafcommerce.customer.provider.jpa.domain.JpaRestrictedRole
All Implemented Interfaces:
Serializable

public class JpaRestrictedRole extends Object implements Serializable
Since:
Customer Services 2.1.0, Release Train 2.3.0
Author:
karanjariwala
See Also:
  • Constructor Details

    • JpaRestrictedRole

      public JpaRestrictedRole()
  • Method Details

    • addFromMeMappings

      public static void addFromMeMappings(@NonNull org.modelmapper.ModelMapper mapper)
    • addToMeMappings

      public static void addToMeMappings(@NonNull org.modelmapper.ModelMapper mapper)
    • getRoleId

      public String getRoleId()
    • getRestrictionType

      public String getRestrictionType()
    • getRestrictionTargets

      public Set<String> getRestrictionTargets()
    • setRoleId

      public void setRoleId(String roleId)
    • setRestrictionType

      public void setRestrictionType(String restrictionType)
    • setRestrictionTargets

      public void setRestrictionTargets(Set<String> restrictionTargets)
    • 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