Uses of Class
passport.domain.models.users.Person
Packages that use Person
Package
Description
-
Uses of Person in passport.domain.contexts.user
Methods in passport.domain.contexts.user with parameters of type Person -
Uses of Person in passport.domain.contexts.user.forms
Methods in passport.domain.contexts.user.forms that return Person -
Uses of Person in passport.domain.models.users
Methods in passport.domain.models.users that return PersonModifier 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.Methods in passport.domain.models.users with parameters of type PersonModifier and TypeMethodDescriptionboolean
Checks if the current person is equal to another person.Sets the personal details for the user.Constructors in passport.domain.models.users with parameters of type PersonModifierConstructorDescriptionConstructor 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.