inklings.jgatms.bean
Class Question

java.lang.Object
  extended byinklings.jgatms.bean.Question

public class Question
extends java.lang.Object

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

Question

public Question()
Method Detail

getQuestionId

public java.lang.Long getQuestionId()
Returns the value of questionId


setQuestionId

public void setQuestionId(java.lang.Long questionId)
Sets the value of questionId


getQuestion

public java.lang.String getQuestion()
Returns the value of question


setQuestion

public void setQuestion(java.lang.String question)
Sets the value of question


getPossibleResponses

public java.util.List getPossibleResponses()
Returns the value of possibleResponses


setPossibleResponses

public void setPossibleResponses(java.util.List possibleResponses)
Sets the value of possibleResponses



Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.