|
|||||||||||
| 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
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 |
getModelEncoding()
|
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 |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
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)
other -
public String getAnswer()
public String getId()
public String getQuestion()
public int hashCode()
public void setAnswer(String answer)
answer - public void setId(String id)
id - public void setQuestion(String question)
question - public String toString()
public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||