com.shephertz.app42.paas.sdk.jme.session
Class Session

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.session.Session

public class Session
extends App42Response

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

attributeList

public java.util.Vector attributeList

createdOn

public java.util.Date createdOn

invalidatedOn

public java.util.Date invalidatedOn

sessionId

public java.lang.String sessionId

userName

public java.lang.String userName
Constructor Detail

Session

public Session()
Method Detail

getAttributeList

public java.util.Vector getAttributeList()
Returns the List of the Attributed for the Session.

Returns:
the attributeList information.

getCreatedOn

public java.util.Date getCreatedOn()
Returns the time, date and day the session was created on.

Returns:
the createdOn information.

getInvalidatedOn

public java.util.Date getInvalidatedOn()
Returns the invalidatedOn information for the session.

Returns:
the invalidatedOn information.

getSessionId

public java.lang.String getSessionId()
Returns the sessionId for the session.

Returns:
the sessionId information.

getUserName

public java.lang.String getUserName()
Returns the userName for the session.

Returns:
the userName.

setAttributeList

public void setAttributeList(java.util.Vector attributeList)
Sets the user name for the Session.

Parameters:
attributeList - - attributeList of the Session

setCreatedOn

public void setCreatedOn(java.util.Date createdOn)
Sets the createdOn for the session.

Parameters:
createdOn - - session information on when it was created

setInvalidatedOn

public void setInvalidatedOn(java.util.Date invalidatedOn)
Sets the invalidatedOn for the session.

Parameters:
invalidatedOn - - invalidatedOn of the session

setSessionId

public void setSessionId(java.lang.String sessionId)
Sets the session Id for the session.

Parameters:
sessionId - - sessionId of the session

setUserName

public void setUserName(java.lang.String userName)
Sets the user name for the session.

Parameters:
userName - - userName of the session