org.qi4j.library.scheduler.timeline
Class TimelineRecord.Mixin

java.lang.Object
  extended by org.qi4j.library.scheduler.timeline.TimelineRecord.Mixin
All Implemented Interfaces:
java.lang.Comparable<TimelineRecord>, Composite, ValueComposite, TimelineRecord
Enclosing interface:
TimelineRecord

public abstract static class TimelineRecord.Mixin
extends java.lang.Object
implements TimelineRecord


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.scheduler.timeline.TimelineRecord
TimelineRecord.Mixin
 
Constructor Summary
TimelineRecord.Mixin()
           
 
Method Summary
 int compareTo(TimelineRecord o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.scheduler.timeline.TimelineRecord
details, scheduleIdentity, step, taskName, taskTags, timestamp
 

Constructor Detail

TimelineRecord.Mixin

public TimelineRecord.Mixin()
Method Detail

compareTo

public int compareTo(TimelineRecord o)
Specified by:
compareTo in interface java.lang.Comparable<TimelineRecord>