org.jasig.portal.events.handlers.db
Class StatsSession
java.lang.Object
org.jasig.portal.events.handlers.db.StatsSession
- All Implemented Interfaces:
- Serializable
public class StatsSession
- extends Object
- implements Serializable
This domain object will be used to hold user information for the stats that
are being collected (i.e. userId and group affilations)
- Version:
- $Revision: 1.3 $
- Author:
- Stan Schwartz, sschwartz@unicon.net
- See Also:
- Serialized Form
StatsSession
public StatsSession()
getSessionId
public long getSessionId()
- Returns:
- Returns the sessionId.
getUserName
public String getUserName()
- Returns:
- Returns the userName.
setSessionId
public void setSessionId(long sessionId)
- Parameters:
sessionId - The sessionId to set.
setUserName
public void setUserName(String sessionUserId)
- Parameters:
userName - The userName to set.
getGroups
public Set<String> getGroups()
- Returns:
- the groups
setGroups
public void setGroups(Set<String> groups)
- Parameters:
groups - the groups to set
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
- See Also:
Object.equals(Object)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2010 Jasig. All Rights Reserved.