Class CourseStub

java.lang.Object
  extended byCourseStub
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
Choice, Course, CourseRecord

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


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

Constructor Detail

CourseStub

public CourseStub()
Method Detail

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable

getKey

public java.lang.String getKey()

getId

public java.lang.String getId()

getSection

public java.lang.String getSection()

getLabSection

public java.lang.String getLabSection()

equals

public boolean equals(CourseStub other)

equivalent

public boolean equivalent(CourseStub other)

display

public void display()