Class MetadataComment

    • Constructor Detail

      • MetadataComment

        public MetadataComment​(String comment,
                               Date date,
                               String author)
        Deprecated.
        Constructor
        Parameters:
        comment - The comment text
        date - The date of the comment
        author - The full name of the author
    • Method Detail

      • getComment

        public String getComment()
        Deprecated.
        Retrieves the comment.
        Returns:
        the comment
      • getDate

        public Date getDate()
        Deprecated.
        Retrieves the date.
        Returns:
        the date
      • getAuthor

        public String getAuthor()
        Deprecated.
        Retrieves the author.
        Returns:
        the author