Class MetadataComment
- java.lang.Object
-
- org.ametys.plugins.repository.metadata.MetadataComment
-
@Deprecated public class MetadataComment extends Object
Deprecated.UseDataCommentinsteadA comment on a metadata.
-
-
Constructor Summary
Constructors Constructor Description MetadataComment(String comment, Date date, String author)Deprecated.Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAuthor()Deprecated.Retrieves the author.StringgetComment()Deprecated.Retrieves the comment.DategetDate()Deprecated.Retrieves the date.
-
-
-
Constructor Detail
-
MetadataComment
public MetadataComment(String comment, Date date, String author)
Deprecated.Constructor- Parameters:
comment- The comment textdate- The date of the commentauthor- The full name of the author
-
-