Class Faq
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Faq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Method equals.String
getAnswer()
Get the answer.String
getId()
Get the FAQ identifier.String
getQuestion()
Get the question.int
hashCode()
Method hashCode.void
setAnswer(String answer)
Set the answer.void
setId(String id)
Set the FAQ identifier.void
setQuestion(String question)
Set the question.String
toString()
Method toString.
-
-
-
Method Detail
-
equals
public boolean equals(Object other)
Method equals.
-
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
-
setAnswer
public void setAnswer(String answer)
Set the answer.- Parameters:
answer
-
-
setId
public void setId(String id)
Set the FAQ identifier.- Parameters:
id
-
-
setQuestion
public void setQuestion(String question)
Set the question.- Parameters:
question
-
-
-