Class SurveyQuestions

java.lang.Object
it.unimib.unimibmodules.model.SurveyQuestions

@Entity public class SurveyQuestions extends Object
Represents a surveyQuestion relationship.
Version:
0.4.1
Author:
Khalil Mohamed Khalil
  • Field Details

    • id

      private int id
      The id of the surveyQuestion.
    • question

      private Question question
      The question of the relationship.
    • survey

      private Survey survey
      The survey of the relationship.
  • Constructor Details

    • SurveyQuestions

      public SurveyQuestions()