Package it.univr.passportease.dto.input
Class RegisterInput
java.lang.Object
it.univr.passportease.dto.input.RegisterInput
This class is used to store the data of a register input.
It's from the user input.
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
The city of birth of the user.private Date
The date of birth of the user.private String
The email of the user.private String
The fiscal code of the user.private String
The name of the user.private String
The password of the user.private String
The surname of the user. -
Constructor Summary
-
Method Summary
-
Field Details
-
fiscalCode
The fiscal code of the user. -
email
The email of the user. -
name
The name of the user. -
surname
The surname of the user. -
cityOfBirth
The city of birth of the user. -
dateOfBirth
The date of birth of the user. -
password
The password of the user.
-
-
Constructor Details
-
RegisterInput
public RegisterInput()
-