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