Class EvaluationExecutionService.Question
java.lang.Object
ch.tocco.nice2.optional.evaluation.api.flow.EvaluationExecutionService.Question
- Enclosing interface:
EvaluationExecutionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getKey()
getType()
int
hashCode()
boolean
void
setAnswers
(Map<String, String> answers) void
setComment
(String comment) void
setCommentField
(Boolean commentField) void
setEvaluationParty
(String evaluationParty) void
void
setQuestion
(String question) void
setRequired
(Boolean required) void
setSelectedValues
(String selectedValues) void
setShareable
(boolean shareable) void
setTextAnswer
(String textAnswer) void
void
setWritable
(Boolean writable)
-
Constructor Details
-
Question
public Question()
-
-
Method Details
-
setKey
-
getKey
-
setQuestion
-
getQuestion
-
setType
-
getType
-
setRequired
-
getRequired
-
setSelectedValues
-
getSelectedValues
-
setTextAnswer
-
getTextAnswer
-
setEvaluationParty
-
getEvaluationParty
-
setAnswers
-
getAnswers
-
setCommentField
-
getCommentField
-
getComment
-
setComment
-
getWritable
-
setWritable
-
getParallelQuestions
-
addParallelQuestions
-
equals
-
hashCode
public int hashCode()
-