org.sakaiproject.sitestats.impl
Class ServerStatImpl
java.lang.Object
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
ServerStatImpl
public ServerStatImpl()
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.