|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.module.fml.model.Faq
public class Faq
A Faq.
Constructor Summary | |
---|---|
Faq()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Faq()
Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
-
public java.lang.String getAnswer()
public java.lang.String getId()
public java.lang.String getQuestion()
public int hashCode()
hashCode
in class java.lang.Object
public void setAnswer(java.lang.String answer)
answer
- public void setId(java.lang.String id)
id
- public void setQuestion(java.lang.String question)
question
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |