Class CourseRecord

java.lang.Object
  extended byCourseStub
      extended byCourseRecord
All Implemented Interfaces:
java.lang.Comparable

public class CourseRecord
extends CourseStub
implements java.lang.Comparable


Constructor Summary
CourseRecord(java.lang.String s)
           
 
Method Summary
 void display()
           
 boolean equals(CourseRecord other)
           
 boolean equivalent(CourseRecord other)
           
 
Methods inherited from class CourseStub
compareTo, equals, equivalent, getId, getKey, getLabSection, getSection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

CourseRecord

public CourseRecord(java.lang.String s)
Method Detail

equals

public boolean equals(CourseRecord other)

equivalent

public boolean equivalent(CourseRecord other)

display

public void display()
Overrides:
display in class CourseStub