org.sakaiproject.sitestats.impl
Class UserStatImpl

java.lang.Object
  extended by 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

Constructor Summary
UserStatImpl()
           
 
Method Summary
 boolean equals(Object o)
           
 long getCount()
           
 Date getDate()
           
 long getId()
           
 String getUserId()
           
 int hashCode()
           
 void setCount(long count)
           
 void setDate(Date date)
           
 void setId(long id)
           
 void setUserId(String userId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserStatImpl

public UserStatImpl()
Method Detail

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.