public class Faq extends Object implements Serializable
| Constructor and Description |
|---|
Faq() |
| Modifier and Type | Method and 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.
|
public Faq()
public String getQuestion()
public void setAnswer(String answer)
answer - a answer object.public void setQuestion(String question)
question - a question object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.