java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.question.Question
Direct Known Subclasses:
ChoiceQuestion

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

    • Question

      public Question(String type)
      Deprecated.
  • Method Details

    • getType

      public String getType()
      Deprecated.
    • 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.
    • getMandatory

      public Boolean getMandatory()
      Deprecated.
    • setMandatory

      public void setMandatory(Boolean mandatory)
      Deprecated.