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