Class TimeSlot
java.lang.Object
TimeSlot
- All Implemented Interfaces:
- java.lang.Comparable
- public class TimeSlot
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSlot
public TimeSlot()
TimeSlot
public TimeSlot(java.lang.String u)
compareTo
public int compareTo(java.lang.Object other)
- Specified by:
compareTo
in interface java.lang.Comparable
equals
public boolean equals(TimeSlot other)
precedes
public boolean precedes(TimeSlot other)
conflictsWith
public boolean conflictsWith(TimeSlot other)
display
public void display()
get
public boolean get(java.io.BufferedReader in)
getId
public java.lang.String getId()