Class SoDRuleMatrixEntity

    • Constructor Detail

      • SoDRuleMatrixEntity

        public SoDRuleMatrixEntity()
    • Method Detail

      • getId

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

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

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

        public void setRule​(SoDRuleEntity rule)
        Sets value for attribute rule
      • getRisk

        public es.caib.seycon.ng.comu.SoDRisk getRisk()
        Gets value for attribute risk
      • setRisk

        public void setRisk​(es.caib.seycon.ng.comu.SoDRisk risk)
        Sets value for attribute risk
      • getRow

        public SoDRoleEntity getRow()
        Gets value for attribute row
      • setRow

        public void setRow​(SoDRoleEntity row)
        Sets value for attribute row
      • getColumn

        public SoDRoleEntity getColumn()
        Gets value for attribute column
      • setColumn

        public void setColumn​(SoDRoleEntity column)
        Sets value for attribute column
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an SoDRuleMatrixEntity 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