Class Choice

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

public class Choice
extends CourseStub


Constructor Summary
Choice(java.lang.String s)
           
 
Method Summary
 void display()
           
 
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
 

Constructor Detail

Choice

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

display

public void display()
Overrides:
display in class CourseStub