Class SurveyQuestionsDTO

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

public class SurveyQuestionsDTO extends Object
DTO for the surveyQuestion relationship
Version:
0.4.1
Author:
Khalil Mohamed Khalil
  • Field Details

    • id

      private int id
      Serialization of the id of the relationship.
    • questionDTO

      private QuestionDTO questionDTO
      Serialization of the id of the user who created the survey.
    • surveyDTO

      private SurveyDTO surveyDTO
      Serialization of the survey of the relationship.
  • Constructor Details

    • SurveyQuestionsDTO

      public SurveyQuestionsDTO()