@ApiObject(name="ResponseAnswerDTO") public class ResponseAnswerDTO extends Object implements Serializable
| Constructor and Description |
|---|
ResponseAnswerDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnswerId(Long answerId) |
boolean |
equals(Object that) |
Set<Long> |
getAnswer() |
Long |
getQuestion() |
int |
hashCode() |
Boolean |
isMultiple() |
void |
setAnswer(Set<Long> answer) |
void |
setMultiple(Boolean multiple) |
void |
setQuestion(Long questionId) |
String |
toString() |
Copyright © 2016 Jasig. All rights reserved.