admin
Class InstructorDB

java.lang.Object
  extended by admin.InstructorDB

public abstract class InstructorDB
extends java.lang.Object

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

instructors

java.util.Collection<Instructor> instructors
Constructor Detail

InstructorDB

public InstructorDB()
Method Detail

add

public abstract void add()
The add function will allow you to add an item to the current database


edit

public abstract void edit(int index)
The edit function will allow you to go in and edit a database entry