Class MetadataComment
- java.lang.Object
-
- org.ametys.plugins.repository.metadata.MetadataComment
-
@Deprecated public class MetadataComment extends Object
Deprecated.UseDataComment
insteadA 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 String
getAuthor()
Deprecated.Retrieves the author.String
getComment()
Deprecated.Retrieves the comment.Date
getDate()
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
-
-