|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.vlab.values.management.SessionValue
public class SessionValue
The Session Value class represents an application session information.
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 |
---|
public SessionValue()
Method Detail |
---|
public java.lang.String getSessionKey()
public void setSessionKey(java.lang.String sessionKey)
sessionKey
- New value of property sessionKey.public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- New value of property countryCode.public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- New value of property languageCode.public int getUserId()
public void setUserId(int userId)
userId
- New value of property userId.public int getLabId()
public void setLabId(int labId)
labId
- New value of property labId.public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- New value of property userName.public java.sql.Timestamp getTimeStamp()
public void setTimeStamp(java.sql.Timestamp timeStamp)
timeStamp
- New value of property timeStamp.public int getTimeLimit()
public void setTimeLimit(int timeLimit)
timeLimit
- New value of property timeLimit.public int getSessionId()
public void setSessionId(int sessionId)
sessionId
- New value of property sessionId.public java.lang.String getUserCertId()
public void setUserCertId(java.lang.String userCertId)
userCertId
- New value of property userCertId.
|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |