Package it.univr.passportease.dto.input
Class RequestInput
java.lang.Object
it.univr.passportease.dto.input.RequestInput
Class that represents the input of a request. From the user.
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
The duration of the request in minutes.private Date
The end date of the request.private LocalTime
The end time of the request.The offices of the request.private String
The type of the request.private Date
The start date of the request.private LocalTime
The start time of the request. -
Constructor Summary
-
Method Summary
-
Field Details
-
duration
private long durationThe duration of the request in minutes. -
startDate
The start date of the request. -
endDate
The end date of the request. -
startTime
The start time of the request. -
endTime
The end time of the request. -
requestType
The type of the request. -
offices
The offices of the request.
-
-
Constructor Details
-
RequestInput
public RequestInput()
-