|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object inklings.jgatms.bean.Question
Value object for the Question entity.
Constructor Summary | |
Question()
|
Method Summary | |
java.util.List |
getPossibleResponses()
Returns the value of possibleResponses |
java.lang.String |
getQuestion()
Returns the value of question |
java.lang.Long |
getQuestionId()
Returns the value of questionId |
void |
setPossibleResponses(java.util.List possibleResponses)
Sets the value of possibleResponses |
void |
setQuestion(java.lang.String question)
Sets the value of question |
void |
setQuestionId(java.lang.Long questionId)
Sets the value of questionId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Question()
Method Detail |
public java.lang.Long getQuestionId()
public void setQuestionId(java.lang.Long questionId)
public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
public java.util.List getPossibleResponses()
public void setPossibleResponses(java.util.List possibleResponses)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |