Class Comment

    • Constructor Detail

      • Comment

        public Comment()
      • Comment

        public Comment​(Comment otherBean)
    • Method Detail

      • getMessage

        public String getMessage()
        Gets value for attribute message
      • setMessage

        public void setMessage​(String message)
        Sets value for attribute message
      • getActor

        public String getActor()
        Gets value for attribute actor
      • setActor

        public void setActor​(String actor)
        Sets value for attribute actor
      • getNode

        public String getNode()
        Gets value for attribute node
      • setNode

        public void setNode​(String node)
        Sets value for attribute node
      • getTime

        public Date getTime()
        Gets value for attribute time
      • setTime

        public void setTime​(Date time)
        Sets value for attribute time
      • toString

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

        public static Comment toComment​(Comment vo)
        Creates a Comment value object based on a Comment object.
      • toCommentArray

        public static Comment[] toCommentArray​(Comment[] source)
        Creates a Comment array on a Comment array.
      • toComment

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