Class SoDRule

    • Method Detail

      • getId

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

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

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getNumber

        public Integer getNumber()
        Gets value for attribute number
      • setNumber

        public void setNumber​(Integer number)
        Sets value for attribute number
      • getRisk

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

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

        public SodRuleType getType()
        Gets value for attribute type
      • setType

        public void setType​(SodRuleType type)
        Sets value for attribute type
      • getApplication

        public String getApplication()
        Gets value for attribute application
      • setApplication

        public void setApplication​(String application)
        Sets value for attribute application
      • toString

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

        public static SoDRule toSoDRule​(SoDRule vo)
        Creates a SoDRule value object based on a SoDRule object.
      • toSoDRuleArray

        public static SoDRule[] toSoDRuleArray​(SoDRule[] source)
        Creates a SoDRule array on a SoDRule array.
      • toSoDRule

        public static void toSoDRule​(SoDRule source,
                                     SoDRule target)
        Updates a SoDRule value object based on a SoDRule object.