public class SurveyAnswer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
_questionId
The question ID.
|
protected String |
_value
The answer value.
|
| Constructor and Description |
|---|
SurveyAnswer()
Build a SurveyAnswer object.
|
SurveyAnswer(String questionId,
String value)
Build a SurveyAnswer object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getQuestionId()
Get the questionId.
|
String |
getValue()
Get the value.
|
void |
setQuestionId(String questionId)
Set the questionId.
|
void |
setValue(String value)
Set the value.
|
protected String _questionId
public SurveyAnswer()
public SurveyAnswer(String questionId, String value)
questionId - the question ID.value - the answer value.public String getQuestionId()
public void setQuestionId(String questionId)
questionId - the questionId to set