public class CommentBO
extends java.lang.Object
| Constructor and Description |
|---|
CommentBO(Comment comment)
Constructor using Comment's instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
getter for content
|
java.lang.Long |
getId()
getter for id
|
public CommentBO(Comment comment)
comment - Comment's instance to wrap up