Package it.unimib.unimibmodules.model
Class Survey
java.lang.Object
it.unimib.unimibmodules.model.Survey
Represents a survey.
- Version:
- 0.4.1
- Author:
- Luca Milazzo
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe answer of the survey.private Date
The creation date of the survey.private final SimpleDateFormat
The creationDate format.private int
The id of the survey.private String
The name of the survey.private Set<SurveyQuestions>
The questions of the survey.private User
The user who created the survey. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idThe id of the survey. -
user
The user who created the survey. -
creationDate
The creation date of the survey. -
creationDateFormat
The creationDate format. -
name
The name of the survey. -
surveyQuestions
The questions of the survey. -
answer
The answer of the survey.
-
-
Constructor Details
-
Survey
public Survey()
-
-
Method Details
-
setName
Modifies the name of the survey, setting name as the new value.- Parameters:
name
- the new name value- Throws:
EmptyFieldException
-