Uses of Class
passport.domain.models.users.Person
Package
Description
-
Uses of Person in passport.domain.contexts.user
-
Uses of Person in passport.domain.contexts.user.forms
-
Uses of Person in passport.domain.models.users
Modifier and TypeMethodDescriptionUser.person()
Returns the personal details.Creates a new Person with the specified CPF, keeping the current name.Creates a new Person with the specified name, keeping the current CPF.Modifier and TypeMethodDescriptionboolean
Checks if the current person is equal to another person.Sets the personal details for the user.ModifierConstructorDescriptionConstructor for creating a new user with login and personal details.Constructor for creating a new user with a specified ID, login, and personal details.Private constructor for creating a new user with all details.