|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadmin.CourseDB
public abstract class CourseDB
A courseDB object is generated by the CourseDB generator and contains records relating to all the courses.
Field Summary | |
---|---|
(package private) java.util.Collection<Course> |
courseDB
The collection of courses that have been added to the database |
Constructor Summary | |
---|---|
CourseDB()
|
Method Summary | |
---|---|
abstract void |
add(Course course)
The add function add a course to the temporary database |
abstract void |
remove(Course course)
The remove function will remove the course from the database |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Collection<Course> courseDB
Constructor Detail |
---|
public CourseDB()
Method Detail |
---|
public abstract void add(Course course)
public abstract void remove(Course course)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |