Class CloseEndedAnswerDTO

java.lang.Object
it.unimib.unimibmodules.dto.CloseEndedAnswerDTO

public class CloseEndedAnswerDTO extends Object
DTO for CloseEndedAnswer.
Version:
0.4.1
Author:
Davide Costantini
  • Field Details

    • id

      private int id
      Serialization of the id of the close-ended answer.
    • text

      private String text
      Serialization of the text of the answer.
    • questionDTO

      private QuestionDTO questionDTO
      Serialization of the question to which this answer belongs.
  • Constructor Details

    • CloseEndedAnswerDTO

      public CloseEndedAnswerDTO()