ch.ralscha.extdirectspring.bean
Class ExtDirectResponse
java.lang.Object
ch.ralscha.extdirectspring.bean.BaseResponse
ch.ralscha.extdirectspring.bean.ExtDirectResponse
public class ExtDirectResponse
- extends BaseResponse
Class representing the response of a Ext.Direct call
- Author:
- mansari, Ralph Schaer
ExtDirectResponse
public ExtDirectResponse(ExtDirectRequest directRequest)
ExtDirectResponse
public ExtDirectResponse(javax.servlet.http.HttpServletRequest request)
getAction
public String getAction()
setAction
public void setAction(String action)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
getResult
public Object getResult()
setResult
public void setResult(Object result)
getTid
public int getTid()
setTid
public void setTid(int tid)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2011. All Rights Reserved.