public class QuestionInfo extends Object
| Constructor and Description |
|---|
QuestionInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<Answer> |
getAnswers() |
String |
getDetail() |
String |
getId() |
String |
getQuestion() |
void |
setAnswers(List<Answer> answers) |
void |
setDetail(String detail) |
void |
setId(String id) |
void |
setQuestion(String question) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.