Package it.univr.passportease.dto.input
Class WorkerInput
java.lang.Object
it.univr.passportease.dto.input.WorkerInput
WorkerInput is the class that represents the input data from the worker. Used to log in the worker.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
username
The username of the worker. -
email
The email of the worker. -
password
The password of the worker. -
officeName
The name of the worker.
-
-
Constructor Details
-
WorkerInput
public WorkerInput()
-