inklings.jgatms.bean
Class Response

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

public class Response
extends java.lang.Object

Value object for the Response entity.


Constructor Summary
Response()
           
 
Method Summary
 java.lang.String getResponse()
          Returns the value of response
 java.lang.Long getResponseId()
          Returns the value of responseId
 void setResponse(java.lang.String response)
          Sets the value of response
 void setResponseId(java.lang.Long responseId)
          Sets the value of responseId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

getResponseId

public java.lang.Long getResponseId()
Returns the value of responseId


setResponseId

public void setResponseId(java.lang.Long responseId)
Sets the value of responseId


getResponse

public java.lang.String getResponse()
Returns the value of response


setResponse

public void setResponse(java.lang.String response)
Sets the value of response



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