public abstract class User
extends java.lang.Object
Constructor and Description |
---|
User(int ID,
java.lang.String first,
java.lang.String last)
Creates a new User with the supplied paramaters.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<Schedule> |
viewSchedule()
viewSchedule allows the user to view schedules in the Schedule Database.
|
public User(int ID, java.lang.String first, java.lang.String last)
public abstract java.util.Collection<Schedule> viewSchedule()