Package it.unimib.unimibmodules.dto
Class CloseEndedAnswerDTO
java.lang.Object
it.unimib.unimibmodules.dto.CloseEndedAnswerDTO
DTO for CloseEndedAnswer.
- Version:
- 0.4.1
- Author:
- Davide Costantini
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Serialization of the id of the close-ended answer.private QuestionDTO
Serialization of the question to which this answer belongs.private String
Serialization of the text of the answer. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idSerialization of the id of the close-ended answer. -
text
Serialization of the text of the answer. -
questionDTO
Serialization of the question to which this answer belongs.
-
-
Constructor Details
-
CloseEndedAnswerDTO
public CloseEndedAnswerDTO()
-