Class Question

    • Constructor Detail

      • Question

        public Question()
    • Method Detail

      • getId

        public UUID getId()
        Returns a unique identifier for this instance.
      • setId

        public void setId​(UUID id)
        Sets a unique identifier for this instance.
      • getQuestion

        public String getQuestion()
        Returns a question in the form of a string.
      • setQuestion

        public void setQuestion​(String question)
        Sets a question in the form of a string.
      • getAnswer

        public String getAnswer()
        Returns an answer in the form of a string.
      • setAnswer

        public void setAnswer​(String answer)
        Sets an answer in the form of a string.
      • getSource

        public String getSource()
        Returns a source in the form of a string.
      • setSource

        public void setSource​(String source)
        Sets a source in the form of a string.