public class EventStatImpl extends Object implements EventStat, Serializable, Comparable<EventStat>
| Constructor and Description |
|---|
EventStatImpl()
Minimal constructor.
|
EventStatImpl(long id,
String siteId,
String userId,
String eventId,
long count,
Date date)
Full constructor.
|
EventStatImpl(String siteId,
long count)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventStat other) |
boolean |
equalExceptForCount(Object o) |
boolean |
equals(Object o) |
long |
getCount() |
Date |
getDate() |
String |
getEventId() |
long |
getId() |
String |
getSiteId() |
String |
getToolId() |
String |
getUserId() |
int |
hashCode() |
void |
setCount(long count) |
void |
setDate(Date date) |
void |
setEventId(String eventId) |
void |
setId(long id) |
void |
setSiteId(String siteId) |
void |
setToolId(String toolId) |
void |
setUserId(String userId) |
String |
toString() |
public EventStatImpl()
public EventStatImpl(String siteId, long count)
public String getEventId()
getEventId in interface EventStatpublic void setEventId(String eventId)
setEventId in interface EventStatpublic int compareTo(EventStat other)
compareTo in interface Comparable<EventStat>public boolean equalExceptForCount(Object o)
equalExceptForCount in interface EventStatCopyright © 2003–2021 Sakai Project. All rights reserved.