org.sakaiproject.sitestats.impl
Class UserStatImpl
java.lang.Object
org.sakaiproject.sitestats.impl.UserStatImpl
- All Implemented Interfaces:
- Serializable, UserStat
public class UserStatImpl
- extends Object
- implements UserStat, Serializable
- Author:
- Steve Swinsburg (steve.swinsburg@gmail.com)
- See Also:
- Serialized Form
UserStatImpl
public UserStatImpl()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
getId
public long getId()
- Specified by:
getId in interface UserStat
setId
public void setId(long id)
- Specified by:
setId in interface UserStat
getDate
public Date getDate()
- Specified by:
getDate in interface UserStat
setDate
public void setDate(Date date)
- Specified by:
setDate in interface UserStat
getUserId
public String getUserId()
- Specified by:
getUserId in interface UserStat
setUserId
public void setUserId(String userId)
- Specified by:
setUserId in interface UserStat
getCount
public long getCount()
- Specified by:
getCount in interface UserStat
setCount
public void setCount(long count)
- Specified by:
setCount in interface UserStat
Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.