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