org.sakaiproject.sitestats.impl
Class ServerStatImpl

java.lang.Object
  extended by org.sakaiproject.sitestats.impl.ServerStatImpl
All Implemented Interfaces:
Serializable, ServerStat

public class ServerStatImpl
extends Object
implements ServerStat, Serializable

Author:
Steve Swinsburg (steve.swinsburg@gmail.com)
See Also:
Serialized Form

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

Constructor Detail

ServerStatImpl

public ServerStatImpl()
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 ServerStat

setId

public void setId(long id)
Specified by:
setId in interface ServerStat

getDate

public Date getDate()
Specified by:
getDate in interface ServerStat

setDate

public void setDate(Date date)
Specified by:
setDate in interface ServerStat

getEventId

public String getEventId()
Specified by:
getEventId in interface ServerStat

setEventId

public void setEventId(String eventId)
Specified by:
setEventId in interface ServerStat

getCount

public long getCount()
Specified by:
getCount in interface ServerStat

setCount

public void setCount(long count)
Specified by:
setCount in interface ServerStat


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.