de.fhhannover.inform.trust.ifmapj.messages
Class RequestImpl
java.lang.Object
de.fhhannover.inform.trust.ifmapj.messages.RequestImpl
- All Implemented Interfaces:
- Request
public abstract class RequestImpl
- extends Object
- implements Request
Simple Request
implementation.
- Author:
- aw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestImpl
public RequestImpl()
setSessionId
public final void setSessionId(String sessionId)
- Specified by:
setSessionId
in interface Request
- Parameters:
sessionId
- the session-d to be used for this request.
getSessionId
public final String getSessionId()
- Specified by:
getSessionId
in interface Request
- Returns:
- the session-id for this request, null if not set.
Copyright © 2012 Trust@FHH. All Rights Reserved.