public class ChangesetDiscussionComment extends Object
Modifier and Type | Field and Description |
---|---|
private Date |
date
date this comment was posted at
|
private String |
text
comment text
|
private User |
user
the user who posted the comment
|
Constructor and Description |
---|
ChangesetDiscussionComment(Date date,
User user)
Constructs a new
ChangesetDiscussionComment . |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Replies date this comment was posted at.
|
String |
getText()
Replies comment text.
|
User |
getUser()
Replies the user who posted the comment.
|
void |
setText(String text)
Sets comment text.
|
String |
toString() |
public ChangesetDiscussionComment(Date date, User user)
ChangesetDiscussionComment
.date
- date this comment was posted atuser
- the user who posted the comment