|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TSessionContentItem
public class TSessionContentItem
TSessionContentItem is the session info specific implementation class for TResponseContentItem. This class provides access operations for the session info structure provided within Tamino responses.
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the session info item. |
Constructor Summary | |
---|---|
protected |
TSessionContentItem(java.lang.String sessionId,
java.lang.String sessionKey)
Initializes the session info item. |
Method Summary | |
---|---|
java.lang.String |
getSessionId()
Gets the session id. |
java.lang.String |
getSessionKey()
Gets the session key. |
java.lang.String |
toString()
Shows the session info as XML specific attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TSessionContentItem(java.lang.String sessionId, java.lang.String sessionKey)
Method Detail |
---|
public java.lang.String getSessionId()
public java.lang.String getSessionKey()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |