Class Faq
java.lang.Object
org.apache.maven.doxia.module.fml.model.Faq
- All Implemented Interfaces:
Serializable
A Faq.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod equals.Get the answer.getId()Get the FAQ identifier.Get the question.inthashCode()Method hashCode.voidSet the answer.voidSet the FAQ identifier.voidsetQuestion(String question) Set the question.toString()Method toString.
-
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.
-