public boolean startsAfter(ITimestamp t) { return startTime.after(t); }
public boolean startsBefore(ITimestamp t) { return startTime.before(t); }