VLab Common 1.2

pl.psnc.vlab.values.management
Class SessionValue

java.lang.Object
  extended by pl.psnc.vlab.values.management.SessionValue

public class SessionValue
extends java.lang.Object

The Session Value class represents an application session information.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
SessionValue()
          Creates a new instance of SessionValue
 
Method Summary
 java.lang.String getCountryCode()
          Getter for property countryCode.
 int getLabId()
          Getter for property labId.
 java.lang.String getLanguageCode()
          Getter for property languageCode.
 int getSessionId()
          Getter for property sessionId.
 java.lang.String getSessionKey()
          Getter for property sessionKey.
 int getTimeLimit()
          Getter for property timeLimit.
 java.sql.Timestamp getTimeStamp()
          Getter for property timeStamp.
 java.lang.String getUserCertId()
          Getter for property userCertId.
 int getUserId()
          Getter for property userId.
 java.lang.String getUserName()
          Getter for property userName.
 void setCountryCode(java.lang.String countryCode)
          Setter for property countryCode.
 void setLabId(int labId)
          Setter for property labId.
 void setLanguageCode(java.lang.String languageCode)
          Setter for property languageCode.
 void setSessionId(int sessionId)
          Setter for property sessionId.
 void setSessionKey(java.lang.String sessionKey)
          Setter for property sessionKey.
 void setTimeLimit(int timeLimit)
          Setter for property timeLimit.
 void setTimeStamp(java.sql.Timestamp timeStamp)
          Setter for property timeStamp.
 void setUserCertId(java.lang.String userCertId)
          Setter for property userCertId.
 void setUserId(int userId)
          Setter for property userId.
 void setUserName(java.lang.String userName)
          Setter for property userName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionValue

public SessionValue()
Creates a new instance of SessionValue

Method Detail

getSessionKey

public java.lang.String getSessionKey()
Getter for property sessionKey.

Returns:
Value of property sessionKey.

setSessionKey

public void setSessionKey(java.lang.String sessionKey)
Setter for property sessionKey.

Parameters:
sessionKey - New value of property sessionKey.

getCountryCode

public java.lang.String getCountryCode()
Getter for property countryCode.

Returns:
Value of property countryCode.

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Setter for property countryCode.

Parameters:
countryCode - New value of property countryCode.

getLanguageCode

public java.lang.String getLanguageCode()
Getter for property languageCode.

Returns:
Value of property languageCode.

setLanguageCode

public void setLanguageCode(java.lang.String languageCode)
Setter for property languageCode.

Parameters:
languageCode - New value of property languageCode.

getUserId

public int getUserId()
Getter for property userId.

Returns:
Value of property userId.

setUserId

public void setUserId(int userId)
Setter for property userId.

Parameters:
userId - New value of property userId.

getLabId

public int getLabId()
Getter for property labId.

Returns:
Value of property labId.

setLabId

public void setLabId(int labId)
Setter for property labId.

Parameters:
labId - New value of property labId.

getUserName

public java.lang.String getUserName()
Getter for property userName.

Returns:
Value of property userName.

setUserName

public void setUserName(java.lang.String userName)
Setter for property userName.

Parameters:
userName - New value of property userName.

getTimeStamp

public java.sql.Timestamp getTimeStamp()
Getter for property timeStamp.

Returns:
Value of property timeStamp.

setTimeStamp

public void setTimeStamp(java.sql.Timestamp timeStamp)
Setter for property timeStamp.

Parameters:
timeStamp - New value of property timeStamp.

getTimeLimit

public int getTimeLimit()
Getter for property timeLimit.

Returns:
Value of property timeLimit.

setTimeLimit

public void setTimeLimit(int timeLimit)
Setter for property timeLimit.

Parameters:
timeLimit - New value of property timeLimit.

getSessionId

public int getSessionId()
Getter for property sessionId.

Returns:
Value of property sessionId.

setSessionId

public void setSessionId(int sessionId)
Setter for property sessionId.

Parameters:
sessionId - New value of property sessionId.

getUserCertId

public java.lang.String getUserCertId()
Getter for property userCertId.

Returns:
Value of property userCertId.

setUserCertId

public void setUserCertId(java.lang.String userCertId)
Setter for property userCertId.

Parameters:
userCertId - New value of property userCertId.

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.