Package com.esprit.models.users
Class User
java.lang.Object
com.esprit.models.users.User
- Direct Known Subclasses:
Admin
,CinemaManager
,Client
Abstract User entity representing the base user model Fixed issues:
phoneNumber changed from int to String for proper phone handling Added proper
Hibernate annotations and Lombok annotations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
firstName
-
lastName
-
phoneNumber
-
password
-
role
-
address
-
birthDate
-
email
-
photoDeProfil
-
-
Constructor Details