public class SurveyResponseActionRow
extends java.lang.Object
Constructor and Description |
---|
SurveyResponseActionRow(int id,
java.lang.String pageAndProblemIds,
int answerIndex) |
SurveyResponseActionRow(java.lang.String pageAndProblemIds,
int answerIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getAnswerIndex() |
int |
getId() |
java.lang.String |
getPageAndProblemIds() |
void |
setAnswerIndex(int answerIndex) |
void |
setId(int id) |
void |
setPageAndProblemIds(java.lang.String pageAndProblemIds) |
public SurveyResponseActionRow(int id, java.lang.String pageAndProblemIds, int answerIndex)
public SurveyResponseActionRow(java.lang.String pageAndProblemIds, int answerIndex)
public int getId()
public void setId(int id)
public java.lang.String getPageAndProblemIds()
public void setPageAndProblemIds(java.lang.String pageAndProblemIds)
public int getAnswerIndex()
public void setAnswerIndex(int answerIndex)