public class Faq
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Faq() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.