view
Class Course

java.lang.Object
  extended by view.Course

abstract class Course
extends java.lang.Object

represents a course to be taught


Field Summary
(package private)  java.lang.String courseId
           
(package private)  int courseNum
           
(package private)  boolean isSelected
           
 
Constructor Summary
Course()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

courseId

java.lang.String courseId

courseNum

int courseNum

isSelected

boolean isSelected
Constructor Detail

Course

Course()