Class Faq
java.lang.Object
org.apache.maven.doxia.module.fml.model.Faq
- All Implemented Interfaces:
Serializable
A Faq.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Method equals.Get the answer.getId()
Get the FAQ identifier.Get the question.int
hashCode()
Method hashCode.void
Set the answer.void
Set the FAQ identifier.void
setQuestion
(String question) Set the question.toString()
Method toString.
-
Field Details
-
id
The FAQ identifier. -
question
The question. -
answer
The answer.
-
-
Constructor Details
-
Faq
public Faq()
-
-
Method Details
-
equals
Method equals. -
getAnswer
Get the answer.- Returns:
- String
-
getId
Get the FAQ identifier.- Returns:
- String
-
getQuestion
Get the question.- Returns:
- String
-
hashCode
public int hashCode()Method hashCode. -
setAnswer
Set the answer.- Parameters:
answer
- a answer object.
-
setId
Set the FAQ identifier.- Parameters:
id
- a id object.
-
setQuestion
Set the question.- Parameters:
question
- a question object.
-
toString
Method toString.
-