Package it.unimib.unimibmodules.model
Class Question
java.lang.Object
it.unimib.unimibmodules.model.Question
Represents a question.
- Version:
- 0.4.1
- Author:
- Khalil, Davide Costantini
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe answers of the question.private Category
The category of the question.private Set<CloseEndedAnswer>
The list of close-ended answers to the question.private int
The id of the answer.private QuestionType
The type of the question.private Set<SurveyQuestions>
The surveys where the question is in.private String
The text of the question.private String
The image's url of the question.private User
The user who created the question. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idThe id of the answer. -
urlImage
The image's url of the question. -
text
The text of the question. -
answer
The answers of the question. -
closeEndedAnswerSet
The list of close-ended answers to the question. -
category
The category of the question. -
user
The user who created the question. -
surveyQuestions
The surveys where the question is in. -
questionType
The type of the question.
-
-
Constructor Details
-
Question
public Question()Creates an empty question.
-