ch.ralscha.extdirectspring.bean
Class BaseResponse
java.lang.Object
ch.ralscha.extdirectspring.bean.BaseResponse
- Direct Known Subclasses:
- ExtDirectPollResponse, ExtDirectResponse
public class BaseResponse
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
message
protected String message
where
protected String where
BaseResponse
public BaseResponse()
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.