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 SummaryFieldsModifier and TypeFieldDescriptionprivate StringThe city of birth of the user.private DateThe date of birth of the user.private StringThe email of the user.private StringThe fiscal code of the user.private StringThe name of the user.private StringThe password of the user.private StringThe surname of the user.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fiscalCodeThe fiscal code of the user.
- 
emailThe email of the user.
- 
nameThe name of the user.
- 
surnameThe surname of the user.
- 
cityOfBirthThe city of birth of the user.
- 
dateOfBirthThe date of birth of the user.
- 
passwordThe password of the user.
 
- 
- 
Constructor Details- 
RegisterInputpublic RegisterInput()
 
-