Class EvaluationExecutionService.Question
java.lang.Object
ch.tocco.nice2.optional.evaluation.api.flow.EvaluationExecutionService.Question
- Enclosing interface:
EvaluationExecutionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetKey()getType()inthashCode()booleanvoidsetAnswers(Map<String, String> answers) voidsetComment(String comment) voidsetCommentField(Boolean commentField) voidsetEvaluationParty(String evaluationParty) voidvoidsetQuestion(String question) voidsetRequired(Boolean required) voidsetSelectedValues(String selectedValues) voidsetShareable(boolean shareable) voidsetTextAnswer(String textAnswer) voidvoidsetWritable(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
-