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
FieldsModifier and TypeFieldDescriptionprivate longThe duration of the request in minutes.private DateThe end date of the request.private LocalTimeThe end time of the request.The offices of the request.private StringThe type of the request.private DateThe start date of the request.private LocalTimeThe start time of the request. -
Constructor Summary
Constructors -
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()
-