|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.beesoft.gaia.app.AbstractRequestResponse
eu.beesoft.gaia.app.ApplicationRequest
public class ApplicationRequest
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 |
---|
public ApplicationRequest()
Method Detail |
---|
public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
sessionId
- - the sessionId to setpublic java.lang.String getAction()
public void setAction(java.lang.String action)
action
- - the action to set
|
JavaGantt 2011.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |