Package it.unimib.unimibmodules.dto
Class SurveyQuestionsDTO
java.lang.Object
it.unimib.unimibmodules.dto.SurveyQuestionsDTO
DTO for the surveyQuestion relationship
- Version:
- 0.4.1
- Author:
- Khalil Mohamed Khalil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Serialization of the id of the relationship.private QuestionDTO
Serialization of the id of the user who created the survey.private SurveyDTO
Serialization of the survey of the relationship. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idSerialization of the id of the relationship. -
questionDTO
Serialization of the id of the user who created the survey. -
surveyDTO
Serialization of the survey of the relationship.
-
-
Constructor Details
-
SurveyQuestionsDTO
public SurveyQuestionsDTO()
-