java.lang.Object
org.apache.maven.doxia.module.fml.model.Faq
All Implemented Interfaces:
Serializable

public class Faq extends Object implements Serializable
A Faq.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • id

      private String id
      The FAQ identifier.
    • question

      private String question
      The question.
    • answer

      private String answer
      The answer.
  • Constructor Details

    • Faq

      public Faq()
  • Method Details

    • equals

      public boolean equals(Object other)
      Method equals.
      Overrides:
      equals in class Object
      Parameters:
      other - a other object.
      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 - a answer object.
    • setId

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

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

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