Class SurveyBean
java.lang.Object
ch.tocco.nice2.optional.survey.impl.action.export.questionhandlers.SurveyBean
bean class that holds survey structures for
SurveyExportActionService
-
Constructor Summary
ConstructorDescriptionSurveyBean
(Entity survey, Entity surveyIntrusion, Optional<Entity> surveyCategory, Entity question, Entity questionType, Entity surveyQuestionAnswer, Entity user, EntityList givenAnswers, EntityList textAnswers) -
Method Summary
-
Constructor Details
-
SurveyBean
public SurveyBean(Entity survey, Entity surveyIntrusion, Optional<Entity> surveyCategory, Entity question, Entity questionType, Entity surveyQuestionAnswer, Entity user, EntityList givenAnswers, EntityList textAnswers)
-
-
Method Details
-
getSurvey
-
getSurveyIntrusion
-
getSurveyCategory
-
getQuestion
-
getQuestionType
-
getSurveyQuestionAnswer
-
getUser
-
getGivenAnswers
-
getTextAnswers
-