de.huxhorn.lilith.data.logging
Class LoggingEvents

java.lang.Object
  extended by de.huxhorn.lilith.data.logging.LoggingEvents
All Implemented Interfaces:
java.io.Serializable

public class LoggingEvents
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LoggingEvents()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.List<LoggingEvent> getEvents()
           
 de.huxhorn.lilith.data.eventsource.SourceIdentifier getSource()
           
 long getStartIndex()
           
 int hashCode()
           
 void setEvents(java.util.List<LoggingEvent> events)
           
 void setSource(de.huxhorn.lilith.data.eventsource.SourceIdentifier sourceIdentifier)
           
 void setStartIndex(long startIndex)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingEvents

public LoggingEvents()
Method Detail

getStartIndex

public long getStartIndex()

setStartIndex

public void setStartIndex(long startIndex)

getSource

public de.huxhorn.lilith.data.eventsource.SourceIdentifier getSource()

setSource

public void setSource(de.huxhorn.lilith.data.eventsource.SourceIdentifier sourceIdentifier)

getEvents

public java.util.List<LoggingEvent> getEvents()

setEvents

public void setEvents(java.util.List<LoggingEvent> events)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object