Class EventQuestion

java.lang.Object
ch.tocco.nice2.optional.event.api.actions.eventregistration.EventQuestion

@Deprecated public class EventQuestion extends Object
Deprecated.
  • Constructor Details

    • EventQuestion

      public EventQuestion()
      Deprecated.
  • Method Details

    • getKey

      public String getKey()
      Deprecated.
    • setKey

      public void setKey(String key)
      Deprecated.
    • getLabel

      public String getLabel()
      Deprecated.
    • setLabel

      public void setLabel(String label)
      Deprecated.
    • getQuestion

      public String getQuestion()
      Deprecated.
    • setQuestion

      public void setQuestion(String question)
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • getAnswerOptionList

      public List<RegistrationAnswerOption> getAnswerOptionList()
      Deprecated.
    • setAnswerOptionList

      public void setAnswerOptionList(List<RegistrationAnswerOption> answerList)
      Deprecated.
    • getMandatory

      public Boolean getMandatory()
      Deprecated.
    • setMandatory

      public void setMandatory(Boolean mandatory)
      Deprecated.
    • addAnswer

      public void addAnswer(RegistrationAnswerOption answer)
      Deprecated.