public class Event extends java.lang.Object
Event(java.lang.String eventName, int eventCount, java.util.Date eventValue)
int
getCount()
java.lang.String
getName()
java.util.Date
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Event(java.lang.String eventName, int eventCount, java.util.Date eventValue)
public java.lang.String getName()
public int getCount()
public java.util.Date getValue()