Class SurveyAnswer

    • Constructor Detail

      • SurveyAnswer

        public SurveyAnswer()
        Build a SurveyAnswer object.
      • SurveyAnswer

        public SurveyAnswer​(String questionId,
                            String value)
        Build a SurveyAnswer object.
        Parameters:
        questionId - the question ID.
        value - the answer value.
    • Method Detail

      • setQuestionId

        public void setQuestionId​(String questionId)
        Set the questionId.
        Parameters:
        questionId - the questionId to set
      • getValue

        public String getValue()
        Get the value.
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Set the value.
        Parameters:
        value - the value to set