Class ServerStatImpl

  • All Implemented Interfaces:
    Serializable, Comparable<org.sakaiproject.sitestats.api.ServerStat>, org.sakaiproject.sitestats.api.ServerStat

    public class ServerStatImpl
    extends Object
    implements org.sakaiproject.sitestats.api.ServerStat, Serializable
    Author:
    Steve Swinsburg (steve.swinsburg@gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerStatImpl

        public ServerStatImpl()
    • Method Detail

      • compareTo

        public int compareTo​(org.sakaiproject.sitestats.api.ServerStat other)
        Specified by:
        compareTo in interface Comparable<org.sakaiproject.sitestats.api.ServerStat>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public long getId()
        Specified by:
        getId in interface org.sakaiproject.sitestats.api.ServerStat
      • setId

        public void setId​(long id)
        Specified by:
        setId in interface org.sakaiproject.sitestats.api.ServerStat
      • getDate

        public Date getDate()
        Specified by:
        getDate in interface org.sakaiproject.sitestats.api.ServerStat
      • setDate

        public void setDate​(Date date)
        Specified by:
        setDate in interface org.sakaiproject.sitestats.api.ServerStat
      • getEventId

        public String getEventId()
        Specified by:
        getEventId in interface org.sakaiproject.sitestats.api.ServerStat
      • setEventId

        public void setEventId​(String eventId)
        Specified by:
        setEventId in interface org.sakaiproject.sitestats.api.ServerStat
      • getCount

        public long getCount()
        Specified by:
        getCount in interface org.sakaiproject.sitestats.api.ServerStat
      • setCount

        public void setCount​(long count)
        Specified by:
        setCount in interface org.sakaiproject.sitestats.api.ServerStat