@ApiObject(name="SurveyQuestionDTO") public class SurveyQuestionDTO extends Object implements Serializable
| Constructor and Description |
|---|
SurveyQuestionDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumAllowedAnswers() |
QuestionDTO |
getQuestion() |
int |
getSequence() |
void |
setNumAllowedAnswers(int numAllowedAnswers) |
void |
setQuestion(QuestionDTO question) |
void |
setSequence(int sequence) |
public int getNumAllowedAnswers()
public QuestionDTO getQuestion()
public int getSequence()
public void setNumAllowedAnswers(int numAllowedAnswers)
public void setQuestion(QuestionDTO question)
public void setSequence(int sequence)
Copyright © 2016 Jasig. All rights reserved.