Class Faq
- java.lang.Object
-
- org.apache.maven.doxia.module.fml.model.Faq
-
- All Implemented Interfaces:
java.io.Serializable
public class Faq extends java.lang.Object implements java.io.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(java.lang.Object other)
Method equals.java.lang.String
getAnswer()
Get the answer.java.lang.String
getId()
Get the FAQ identifier.java.lang.String
getQuestion()
Get the question.int
hashCode()
Method hashCode.void
setAnswer(java.lang.String answer)
Set the answer.void
setId(java.lang.String id)
Set the FAQ identifier.void
setQuestion(java.lang.String question)
Set the question.java.lang.String
toString()
Method toString.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
Method equals.- Overrides:
equals
in classjava.lang.Object
- Parameters:
other
-- Returns:
- boolean
-
getAnswer
public java.lang.String getAnswer()
Get the answer.- Returns:
- String
-
getId
public java.lang.String getId()
Get the FAQ identifier.- Returns:
- String
-
getQuestion
public java.lang.String getQuestion()
Get the question.- Returns:
- String
-
hashCode
public int hashCode()
Method hashCode.- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- int
-
setAnswer
public void setAnswer(java.lang.String answer)
Set the answer.- Parameters:
answer
-
-
setId
public void setId(java.lang.String id)
Set the FAQ identifier.- Parameters:
id
-
-
setQuestion
public void setQuestion(java.lang.String question)
Set the question.- Parameters:
question
-
-
toString
public java.lang.String toString()
Method toString.- Overrides:
toString
in classjava.lang.Object
- Returns:
- String
-
-