Class TimeSlot

java.lang.Object
  extended byTimeSlot
All Implemented Interfaces:
java.lang.Comparable

public class TimeSlot
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
TimeSlot()
           
TimeSlot(java.lang.String u)
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 boolean conflictsWith(TimeSlot other)
           
 void display()
           
 boolean equals(TimeSlot other)
           
 boolean get(java.io.BufferedReader in)
           
 java.lang.String getId()
           
 boolean precedes(TimeSlot other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSlot

public TimeSlot()

TimeSlot

public TimeSlot(java.lang.String u)
Method Detail

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()