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 boolean equals(Object other)
public String getAnswer()
public String getId()
public String getQuestion()
public void setAnswer(String answer)
answer - public void setId(String id)
id - public void setQuestion(String question)
question - Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.