public class SurveyAnswer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_questionId
The question ID.
|
protected java.lang.String |
_value
The answer value.
|
| Constructor and Description |
|---|
SurveyAnswer()
Build a SurveyAnswer object.
|
SurveyAnswer(java.lang.String questionId,
java.lang.String value)
Build a SurveyAnswer object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuestionId()
Get the questionId.
|
java.lang.String |
getValue()
Get the value.
|
void |
setQuestionId(java.lang.String questionId)
Set the questionId.
|
void |
setValue(java.lang.String value)
Set the value.
|
protected java.lang.String _questionId
protected java.lang.String _value
public SurveyAnswer()
public SurveyAnswer(java.lang.String questionId,
java.lang.String value)
questionId - the question ID.value - the answer value.public java.lang.String getQuestionId()
public void setQuestionId(java.lang.String questionId)
questionId - the questionId to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to setCopyright © 2010 Anyware Services. All Rights Reserved.