JavaGantt 2011.1 API

eu.beesoft.gaia.app
Class ApplicationRequest

java.lang.Object
  extended by eu.beesoft.gaia.app.AbstractRequestResponse
      extended by eu.beesoft.gaia.app.ApplicationRequest

public class ApplicationRequest
extends AbstractRequestResponse

Application request from a client to the application server. It supports these properties:


Constructor Summary
ApplicationRequest()
          Creates a new instance of application request.
 
Method Summary
 java.lang.String getAction()
          Returns the requested action.
 java.lang.String getSessionId()
          Returns the session id.
 void setAction(java.lang.String action)
          Sets the action.
 void setSessionId(java.lang.String sessionId)
          Sets a session id.
 
Methods inherited from class eu.beesoft.gaia.app.AbstractRequestResponse
addParameter, getData, getParameter, getParameters, removeParameter, setData, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationRequest

public ApplicationRequest()
Creates a new instance of application request.

Method Detail

getSessionId

public java.lang.String getSessionId()
Returns the session id.

Returns:
the sessionId

setSessionId

public void setSessionId(java.lang.String sessionId)
Sets a session id.

Parameters:
sessionId - - the sessionId to set

getAction

public java.lang.String getAction()
Returns the requested action.

Returns:
the action name

setAction

public void setAction(java.lang.String action)
Sets the action.

Parameters:
action - - the action to set

JavaGantt 2011.1 API