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
FieldsModifier and TypeFieldDescriptionprivate StringThe address of the office.private StringThe city of birth of the user.private DateThe date of availability requested by the user.private DateThe date of birth of the user.private StringThe fiscal code of the user.private StringThe name of the user.private StringTheRequestTypeof the request.private StringThe name of the office.private LocalTimeThe time of availability requested by the user.private StringThe surname of the user. -
Constructor Summary
Constructors -
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
TheRequestTypeof the request. -
officeName
The name of the office. -
address
The address of the office.
-
-
Constructor Details
-
ReportDetails
public ReportDetails()
-