Class EventQuestion
java.lang.Object
ch.tocco.nice2.optional.event.api.actions.eventregistration.EventQuestion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnswer
(RegistrationAnswerOption answer) getKey()
getLabel()
getType()
void
setAnswerOptionList
(List<RegistrationAnswerOption> answerList) void
void
void
setMandatory
(Boolean mandatory) void
setQuestion
(String question) void
-
Constructor Details
-
EventQuestion
public EventQuestion()
-
-
Method Details
-
getKey
-
setKey
-
getLabel
-
setLabel
-
getQuestion
-
setQuestion
-
getType
-
setType
-
getAnswerOptionList
-
setAnswerOptionList
-
getMandatory
-
setMandatory
-
addAnswer
-