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