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

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

public abstract static class TimelineRecord.Mixin
extends Object
implements Comparable<TimelineRecord>


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
 

Constructor Detail

TimelineRecord.Mixin

public TimelineRecord.Mixin()
Method Detail

compareTo

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