Package org.sakaiproject.sitestats.impl
Class ServerStatImpl
- java.lang.Object
-
- org.sakaiproject.sitestats.impl.ServerStatImpl
-
- All Implemented Interfaces:
Serializable,Comparable<ServerStat>,ServerStat
public class ServerStatImpl extends Object implements ServerStat, Serializable
- Author:
- Steve Swinsburg (steve.swinsburg@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerStatImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ServerStat other)booleanequals(Object o)longgetCount()DategetDate()StringgetEventId()longgetId()inthashCode()voidsetCount(long count)voidsetDate(Date date)voidsetEventId(String eventId)voidsetId(long id)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(ServerStat other)
- Specified by:
compareToin interfaceComparable<ServerStat>
-
getId
public long getId()
- Specified by:
getIdin interfaceServerStat
-
setId
public void setId(long id)
- Specified by:
setIdin interfaceServerStat
-
getDate
public Date getDate()
- Specified by:
getDatein interfaceServerStat
-
setDate
public void setDate(Date date)
- Specified by:
setDatein interfaceServerStat
-
getEventId
public String getEventId()
- Specified by:
getEventIdin interfaceServerStat
-
setEventId
public void setEventId(String eventId)
- Specified by:
setEventIdin interfaceServerStat
-
getCount
public long getCount()
- Specified by:
getCountin interfaceServerStat
-
setCount
public void setCount(long count)
- Specified by:
setCountin interfaceServerStat
-
-