public class Tutor extends Object
| Constructor and Description | 
|---|
| Tutor(String name,
     String emailPrefix,
     Dorm dorm,
     Set<DutyDay> dutyDays,
     Set<Subject> subjects) | 
| Modifier and Type | Method and Description | 
|---|---|
| Dorm | getDorm() | 
| Set<DutyDay> | getDutyDays() | 
| String | getEmail() | 
| String | getEmailPrefix() | 
| String | getName() | 
| Set<Subject> | getSubjects() | 
| boolean | hasPicture() | 
| String | toString() |