inklings.jgatms.bean
Class QuestionResponseProfile

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

public class QuestionResponseProfile
extends java.lang.Object

Value object for the QuestionResponseProfile entity.


Constructor Summary
QuestionResponseProfile()
           
 
Method Summary
 Question getQuestion()
          Returns the value of question
 Response getResponse()
          Returns the value of response
 void setQuestion(Question question)
          Sets the value of question
 void setResponse(Response response)
          Sets the value of response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionResponseProfile

public QuestionResponseProfile()
Method Detail

getQuestion

public Question getQuestion()
Returns the value of question


setQuestion

public void setQuestion(Question question)
Sets the value of question


getResponse

public Response getResponse()
Returns the value of response


setResponse

public void setResponse(Response response)
Sets the value of response



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