|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.db.components.Instructor
public class Instructor
Constructor Summary | |
---|---|
Instructor()
|
Method Summary | |
---|---|
void |
addInstructor(Instructor newInstructor)
Adds a new instructor to the database. |
void |
editInstructor(Instructor oldInstructor,
Instructor newInstructor)
Edits an instructor already in the database. |
boolean |
isValidInstructor(Instructor instructor)
Returns whether the instructor is a valid instructor. |
boolean |
isValidInstructorDB()
Returns whether the current database is a valid instructor database. |
void |
removeInstructor(Instructor instructor)
Removes an already-existing instructor from the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instructor()
Method Detail |
---|
public boolean isValidInstructorDB()
public boolean isValidInstructor(Instructor instructor)
public void addInstructor(Instructor newInstructor)
public void editInstructor(Instructor oldInstructor, Instructor newInstructor)
public void removeInstructor(Instructor instructor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |