Class QuestionGroup


  • public class QuestionGroup
    extends Object
    • Constructor Detail

      • QuestionGroup

        public QuestionGroup()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getOrder

        public int getOrder()
      • setOrder

        public void setOrder​(int order)
      • setQuestions

        public void setQuestions​(List<Question> questions)