ch.ralscha.extdirectspring.bean
Class ExtDirectPollResponse

java.lang.Object
  extended by ch.ralscha.extdirectspring.bean.BaseResponse
      extended by ch.ralscha.extdirectspring.bean.ExtDirectPollResponse

public class ExtDirectPollResponse
extends BaseResponse

Class representing the response of a poll request

Author:
Ralph Schaer

Field Summary
 
Fields inherited from class ch.ralscha.extdirectspring.bean.BaseResponse
message, type, where
 
Constructor Summary
ExtDirectPollResponse()
           
 
Method Summary
 Object getData()
           
 String getName()
           
 void setData(Object data)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class ch.ralscha.extdirectspring.bean.BaseResponse
getMessage, getType, getWhere, setMessage, setType, setWhere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtDirectPollResponse

public ExtDirectPollResponse()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getData

public Object getData()

setData

public void setData(Object data)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.