DataComment instead@Deprecated public class MetadataComment extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
_author
Deprecated.
|
private String |
_comment
Deprecated.
|
private Date |
_date
Deprecated.
|
| Constructor and Description |
|---|
MetadataComment(String comment,
Date date,
String author)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Deprecated.
Retrieves the author.
|
String |
getComment()
Deprecated.
Retrieves the comment.
|
Date |
getDate()
Deprecated.
Retrieves the date.
|
public MetadataComment(String comment, Date date, String author)
comment - The comment textdate - The date of the commentauthor - The full name of the author