public static class GenericQuiz.Response extends Object
Constructor and Description |
---|
Response(GenericQuiz.Question question,
String response) |
Modifier and Type | Method and Description |
---|---|
GenericQuiz.Question |
getQuestion() |
String |
getResponse() |
String |
getResponseLabel() |
void |
setQuestion(GenericQuiz.Question question) |
void |
setResponse(String response) |
void |
setResponseLabel(String responseLabel) |
public Response(GenericQuiz.Question question, String response)
public GenericQuiz.Question getQuestion()
public void setQuestion(GenericQuiz.Question question)
public String getResponse()
public void setResponse(String response)
public String getResponseLabel()
public void setResponseLabel(String responseLabel)
Copyright © 2012-2018. All Rights Reserved.