Class QuestionnaireAnswer

  • All Implemented Interfaces:
    Serializable, BaseIdentity

    public class QuestionnaireAnswer
    extends KeyDTO
    Resources are items that need to be managed or protected. These can be both logic and physical in nature.
    See Also:
    Serialized Form
    • Constructor Detail

      • QuestionnaireAnswer

        public QuestionnaireAnswer()
    • Method Detail

      • getQuestion

        public String getQuestion()
      • setQuestion

        public void setQuestion​(String question)
      • setQuestionnaire

        public void setQuestionnaire​(Questionnaire questionnaire)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object