|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectadmin.InstructorDB
public abstract class InstructorDB
A InstructorDB object is generated by the InstructorDB generator and contains records relating to all the courses.
| Field Summary | |
|---|---|
(package private) java.util.Collection<Instructor> |
instructors
|
| Constructor Summary | |
|---|---|
InstructorDB()
|
|
| Method Summary | |
|---|---|
abstract void |
add()
The add function will allow you to add an item to the current database |
abstract void |
edit(int index)
The edit function will allow you to go in and edit a database entry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Collection<Instructor> instructors
| Constructor Detail |
|---|
public InstructorDB()
| Method Detail |
|---|
public abstract void add()
public abstract void edit(int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||