public class CommentInstanceImpl extends Object implements CommentInstance
| Constructor and Description |
|---|
CommentInstanceImpl(String author,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getComment() |
Date |
getCreatedAt() |
String |
getId() |
void |
setComment(String comment) |
String |
toString() |
public String getId()
getId in interface CommentInstancepublic Date getCreatedAt()
getCreatedAt in interface CommentInstancepublic String getAuthor()
getAuthor in interface CommentInstancepublic String getComment()
getComment in interface CommentInstancepublic void setComment(String comment)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.