org.jasig.portlet.courses.dao.sakai.json
Class SakaiSession

java.lang.Object
  extended by org.jasig.portlet.courses.dao.sakai.json.SakaiSession
All Implemented Interfaces:
Serializable

public class SakaiSession
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SakaiSession()
           
 
Method Summary
 Map<String,String> getAttributeNames()
           
 List<String> getAttributes()
           
 long getCreationTime()
           
 long getCurrentTime()
           
 String getEntityId()
           
 String getEntityReference()
           
 String getEntityURL()
           
 String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 String getUserEid()
           
 String getUserId()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setAttributeNames(Map<String,String> attributeNames)
           
 void setAttributes(List<String> attributes)
           
 void setCreationTime(long creationTime)
           
 void setCurrentTime(long currentTime)
           
 void setEntityId(String entityId)
           
 void setEntityReference(String entityReference)
           
 void setEntityURL(String entityURL)
           
 void setId(String id)
           
 void setLastAccessedTime(long lastAccessedTime)
           
 void setMaxInactiveInterval(int maxInactiveInterval)
           
 void setUserEid(String userEid)
           
 void setUserId(String userId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SakaiSession

public SakaiSession()
Method Detail

getAttributeNames

public Map<String,String> getAttributeNames()

setAttributeNames

public void setAttributeNames(Map<String,String> attributeNames)

getAttributes

public List<String> getAttributes()

setAttributes

public void setAttributes(List<String> attributes)

getCreationTime

public long getCreationTime()

setCreationTime

public void setCreationTime(long creationTime)

getCurrentTime

public long getCurrentTime()

setCurrentTime

public void setCurrentTime(long currentTime)

getId

public String getId()

setId

public void setId(String id)

getLastAccessedTime

public long getLastAccessedTime()

setLastAccessedTime

public void setLastAccessedTime(long lastAccessedTime)

getMaxInactiveInterval

public int getMaxInactiveInterval()

setMaxInactiveInterval

public void setMaxInactiveInterval(int maxInactiveInterval)

getUserEid

public String getUserEid()

setUserEid

public void setUserEid(String userEid)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getEntityReference

public String getEntityReference()

setEntityReference

public void setEntityReference(String entityReference)

getEntityURL

public String getEntityURL()

setEntityURL

public void setEntityURL(String entityURL)

getEntityId

public String getEntityId()

setEntityId

public void setEntityId(String entityId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Jasig. All Rights Reserved.