Class RegisterInput

java.lang.Object
it.univr.passportease.dto.input.RegisterInput

public class RegisterInput extends Object
This class is used to store the data of a register input. It's from the user input.
  • Field Details

    • fiscalCode

      private String fiscalCode
      The fiscal code of the user.
    • email

      private String email
      The email of the user.
    • name

      private String name
      The name of the user.
    • surname

      private String surname
      The surname of the user.
    • cityOfBirth

      private String cityOfBirth
      The city of birth of the user.
    • dateOfBirth

      private Date dateOfBirth
      The date of birth of the user.
    • password

      private String password
      The password of the user.
  • Constructor Details

    • RegisterInput

      public RegisterInput()