Class Faq
java.lang.Object
org.apache.maven.doxia.module.fml.model.Faq
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
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.
-
Field Details
-
id
The FAQ identifier. -
question
The question. -
answer
The answer.
-
-
Constructor Details
-
Faq
public Faq()
-
-
Method Details
-
equals
-
getAnswer
-
getId
-
getQuestion
-
hashCode
-
setAnswer
-
setId
-
setQuestion
Set the question.- Parameters:
question- a question object.
-
toString
-