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 String
getAuthor()
Retrieves the author.String
getComment()
Retrieves the comment.Date
getDate()
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
-
-