public abstract class Administrator extends User
| Constructor and Description |
|---|
Administrator(int ID,
java.lang.String firstName,
java.lang.String lastName)
Create an Administrator with the provided params.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(Schedule schedule)
Add a new schedule to the Schedule database.
|
viewSchedulepublic Administrator(int ID,
java.lang.String firstName,
java.lang.String lastName)
public abstract void add(Schedule schedule)
schedule - - the new schedule to be added