Package it.univr.passportease.dto.output
Class ReportDetails
java.lang.Object
it.univr.passportease.dto.output.ReportDetails
This class represents the details of a report. Used to show the details of a report in the report page.
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
The address of the office.private String
The city of birth of the user.private Date
The date of availability requested by the user.private Date
The date of birth of the user.private String
The fiscal code of the user.private String
The name of the user.private String
TheRequestType
of the request.private String
The name of the office.private LocalTime
The time of availability requested by the user.private String
The surname of the user. -
Constructor Summary
-
Method Summary
-
Field Details
-
fiscalCode
The fiscal code of the user. -
name
The name of the user. -
surname
The surname of the user. -
cityOfBirth
The city of birth of the user. -
dateOfBirth
The date of birth of the user. -
dateOfAvailability
The date of availability requested by the user. -
startTime
The time of availability requested by the user. -
nameRequestType
TheRequestType
of the request. -
officeName
The name of the office. -
address
The address of the office.
-
-
Constructor Details
-
ReportDetails
public ReportDetails()
-