public class NoteComment
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
NoteComment.Action |
| Modifier and Type | Field and Description |
|---|---|
NoteComment.Action |
action |
java.util.Date |
date |
java.lang.String |
text |
User |
user
the user who wrote the comment.
|
| Constructor and Description |
|---|
NoteComment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnonymous() |
public java.util.Date date
public NoteComment.Action action
public java.lang.String text
public User user