|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.session.Session
public class Session
This Session object is the value object which contains the properties of Session along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Session.Attribute
An inner class that contains the remaining properties of the Session. |
Field Summary | |
---|---|
java.util.Vector |
attributeList
|
java.util.Date |
createdOn
|
java.util.Date |
invalidatedOn
|
java.lang.String |
sessionId
|
java.lang.String |
userName
|
Constructor Summary | |
---|---|
Session()
|
Method Summary | |
---|---|
java.util.Vector |
getAttributeList()
Returns the List of the Attributed for the Session. |
java.util.Date |
getCreatedOn()
Returns the time, date and day the session was created on. |
java.util.Date |
getInvalidatedOn()
Returns the invalidatedOn information for the session. |
java.lang.String |
getSessionId()
Returns the sessionId for the session. |
java.lang.String |
getUserName()
Returns the userName for the session. |
void |
setAttributeList(java.util.Vector attributeList)
Sets the user name for the Session. |
void |
setCreatedOn(java.util.Date createdOn)
Sets the createdOn for the session. |
void |
setInvalidatedOn(java.util.Date invalidatedOn)
Sets the invalidatedOn for the session. |
void |
setSessionId(java.lang.String sessionId)
Sets the session Id for the session. |
void |
setUserName(java.lang.String userName)
Sets the user name for the session. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.Vector attributeList
public java.util.Date createdOn
public java.util.Date invalidatedOn
public java.lang.String sessionId
public java.lang.String userName
Constructor Detail |
---|
public Session()
Method Detail |
---|
public java.util.Vector getAttributeList()
public java.util.Date getCreatedOn()
public java.util.Date getInvalidatedOn()
public java.lang.String getSessionId()
public java.lang.String getUserName()
public void setAttributeList(java.util.Vector attributeList)
attributeList
- - attributeList of the Sessionpublic void setCreatedOn(java.util.Date createdOn)
createdOn
- - session information on when it was createdpublic void setInvalidatedOn(java.util.Date invalidatedOn)
invalidatedOn
- - invalidatedOn of the sessionpublic void setSessionId(java.lang.String sessionId)
sessionId
- - sessionId of the sessionpublic void setUserName(java.lang.String userName)
userName
- - userName of the session
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |