Package app.entity.user
package app.entity.user
-
ClassesClassDescriptionThe
Staffclass represents a staff member user who can organize camps.TheStudentclass represents a student user with information about attended camps, committees, points, enquiries, and suggestions.TheUserabstract class provides a basis for creating user objects with common attributes.TheUserFactoryclass provides a factory method for creating user objects based on the specified user type.TheUserListclass represents a list of user objects.