com.softwareag.tamino.db.api.response
Class TSessionContentItem

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TSessionContentItem
All Implemented Interfaces:
TResponseContentItem

public class TSessionContentItem
extends java.lang.Object
implements TResponseContentItem

TSessionContentItem is the session info specific implementation class for TResponseContentItem. This class provides access operations for the session info structure provided within Tamino responses.

Version:
$Revision: 1.3 $
Author:
Marcus Schreyer

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

SPECIFIER

public static final java.lang.String SPECIFIER
The specifier for the session info item.

Constructor Detail

TSessionContentItem

protected TSessionContentItem(java.lang.String sessionId,
                              java.lang.String sessionKey)
Initializes the session info item.

Method Detail

getSessionId

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


getSessionKey

public java.lang.String getSessionKey()
Gets the session key.


toString

public java.lang.String toString()
Shows the session info as XML specific attributes.

Overrides:
toString in class java.lang.Object


Copyright (c) 2013 Software AG. All Rights Reserved.