Package app.entity.user


package app.entity.user
  • Classes
    Class
    Description
    The Staff class represents a staff member user who can organize camps.
    The Student class represents a student user with information about attended camps, committees, points, enquiries, and suggestions.
    The User abstract class provides a basis for creating user objects with common attributes.
    The UserFactory class provides a factory method for creating user objects based on the specified user type.
    The UserList class represents a list of user objects.