Class Faq

  • All Implemented Interfaces:
    java.io.Serializable

    public class Faq
    extends java.lang.Object
    implements java.io.Serializable
    A Faq.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Faq()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getAnswer()
      Get the answer.
      java.lang.String getId()
      Get the FAQ identifier.
      java.lang.String getQuestion()
      Get the question.
      int hashCode()
      Method hashCode.
      void setAnswer​(java.lang.String answer)
      Set the answer.
      void setId​(java.lang.String id)
      Set the FAQ identifier.
      void setQuestion​(java.lang.String question)
      Set the question.
      java.lang.String toString()
      Method toString.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Faq

        public Faq()
    • Method Detail

      • equals

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

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

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

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

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

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

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

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

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