Class MetadataComment
java.lang.Object
org.ametys.plugins.repository.metadata.MetadataComment
Deprecated.
A comment on a metadata.
-
Constructor Summary
ConstructorDescriptionMetadataComment
(String comment, Date date, String author) Deprecated.Constructor -
Method Summary
-
Constructor Details
-
MetadataComment
Deprecated.Constructor- Parameters:
comment
- The comment textdate
- The date of the commentauthor
- The full name of the author
-
-
Method Details
-
getComment
Deprecated.Retrieves the comment.- Returns:
- the comment
-
getDate
Deprecated.Retrieves the date.- Returns:
- the date
-
getAuthor
Deprecated.Retrieves the author.- Returns:
- the author
-
DataComment
instead