ch.ralscha.extdirectspring.bean
Class BaseResponse

java.lang.Object
  extended by ch.ralscha.extdirectspring.bean.BaseResponse
Direct Known Subclasses:
ExtDirectPollResponse, ExtDirectResponse

public class BaseResponse
extends Object


Field Summary
protected  String message
           
protected  String type
           
protected  String where
           
 
Constructor Summary
BaseResponse()
           
 
Method Summary
 String getMessage()
           
 String getType()
           
 String getWhere()
           
 void setMessage(String message)
           
 void setType(String type)
           
 void setWhere(String where)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

message

protected String message

where

protected String where
Constructor Detail

BaseResponse

public BaseResponse()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getWhere

public String getWhere()

setWhere

public void setWhere(String where)


Copyright © 2010-2011. All Rights Reserved.