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