Class SoDRuleMatrix

    • Constructor Detail

      • SoDRuleMatrix

        public SoDRuleMatrix()
      • SoDRuleMatrix

        public SoDRuleMatrix​(SoDRuleMatrix otherBean)
    • Method Detail

      • getId

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

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

        public Long getRuleId()
        Gets value for attribute ruleId
      • setRuleId

        public void setRuleId​(Long ruleId)
        Sets value for attribute ruleId
      • getRisk

        public SoDRisk getRisk()
        Gets value for attribute risk
      • setRisk

        public void setRisk​(SoDRisk risk)
        Sets value for attribute risk
      • getRow

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

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

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

        public void setColumn​(Long column)
        Sets value for attribute column
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object