- java.lang.Object
-
- model.user.User
-
- model.user.Staff
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.String>
campsCreated
list of camps created by staff
-
Method Summary
-
Methods inherited from class model.user.User
getEmail, getFaculty, getID, getName, getPassword, getType, isFirstLogin, removeDefault, setPassword, setType
-
-
-
-
Constructor Detail
-
Staff
public Staff(java.lang.String name, java.lang.String password, java.lang.String userID, java.lang.String email, Schools faculty, boolean firstLogin)
Constructor of class Staff- Parameters:
name
- Name of the staff member.password
- Password of the staff member.userID
- User ID of the staff member.email
- Email of the staff member.faculty
- Faculty to which the staff member belongs.firstLogin
- Flag indicating whether it's the staff member's first login.
-
-