Class WorkerInput

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

public class WorkerInput extends Object
WorkerInput is the class that represents the input data from the worker. Used to log in the worker.
  • Field Details

    • username

      private String username
      The username of the worker.
    • email

      private String email
      The email of the worker.
    • password

      private String password
      The password of the worker.
    • officeName

      private String officeName
      The name of the worker.
  • Constructor Details

    • WorkerInput

      public WorkerInput()