Class EventHistory.Event

java.lang.Object
overit.geocall.util.EventHistory.Event
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
PoolEvent, QueryEvent
Enclosing class:
EventHistory

public abstract static class EventHistory.Event extends Object implements Comparable
  • Field Details

    • _sequence

      protected static long _sequence
  • Constructor Details

    • Event

      public Event()
      Create an instance of Event
  • Method Details

    • getId

      public long getId()
      Returns the event id
      Returns:
      The id of the event
    • compareTo

      public int compareTo(Object obj)
      Specified by:
      compareTo in interface Comparable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public abstract long getWeight()