Class Faq

    • Constructor Detail

      • Faq

        public Faq()
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Method equals.
        Overrides:
        equals in class Object
        Parameters:
        other -
        Returns:
        boolean
      • getAnswer

        public String getAnswer()
        Get the answer.
        Returns:
        String
      • getId

        public String getId()
        Get the FAQ identifier.
        Returns:
        String
      • getQuestion

        public String getQuestion()
        Get the question.
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        int
      • setAnswer

        public void setAnswer​(String answer)
        Set the answer.
        Parameters:
        answer -
      • setId

        public void setId​(String id)
        Set the FAQ identifier.
        Parameters:
        id -
      • setQuestion

        public void setQuestion​(String question)
        Set the question.
        Parameters:
        question -
      • toString

        public String toString()
        Method toString.
        Overrides:
        toString in class Object
        Returns:
        String