Class SoDRole

    • Constructor Detail

      • SoDRole

        public SoDRole()
      • SoDRole

        public SoDRole​(Long id,
                       Rol role,
                       Long ruleId)
      • SoDRole

        public SoDRole​(Rol role,
                       Long ruleId)
      • SoDRole

        public SoDRole​(SoDRole otherBean)
    • Method Detail

      • getId

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

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

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

        public void setRole​(Rol role)
        Sets value for attribute role
      • getRuleId

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

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

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

        public static SoDRole toSoDRole​(SoDRole vo)
        Creates a SoDRole value object based on a SoDRole object.
      • toSoDRoleArray

        public static SoDRole[] toSoDRoleArray​(SoDRole[] source)
        Creates a SoDRole array on a SoDRole array.
      • toSoDRole

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