Class RuleAssignedRoleEntity

    • Constructor Detail

      • RuleAssignedRoleEntity

        public RuleAssignedRoleEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getBshDomainValueExpression

        public String getBshDomainValueExpression()
        Gets value for attribute bshDomainValueExpression
      • setBshDomainValueExpression

        public void setBshDomainValueExpression​(String bshDomainValueExpression)
        Sets value for attribute bshDomainValueExpression
      • getRule

        public RuleEntity getRule()
        Gets value for attribute rule
      • setRule

        public void setRule​(RuleEntity rule)
        Sets value for attribute rule
      • getRole

        public RoleEntity getRole()
        Gets value for attribute role
      • setRole

        public void setRole​(RoleEntity role)
        Sets value for attribute role
      • getDomainValue

        public String getDomainValue()
        Gets value for attribute domainValue
      • setDomainValue

        public void setDomainValue​(String domainValue)
        Sets value for attribute domainValue
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an RuleAssignedRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object