Class MetadataComment

java.lang.Object
org.ametys.plugins.repository.metadata.MetadataComment

@Deprecated public class MetadataComment extends Object
Deprecated.
Use DataComment instead
A comment on a metadata.
  • Constructor Details

    • 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 Details

    • 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