Class ReportDetails

java.lang.Object
it.univr.passportease.dto.output.ReportDetails

public class ReportDetails extends Object
This class represents the details of a report. Used to show the details of a report in the report page.
  • Field Details Link icon

    • fiscalCode Link icon

      private String fiscalCode
      The fiscal code of the user.
    • name Link icon

      private String name
      The name of the user.
    • surname Link icon

      private String surname
      The surname of the user.
    • cityOfBirth Link icon

      private String cityOfBirth
      The city of birth of the user.
    • dateOfBirth Link icon

      private Date dateOfBirth
      The date of birth of the user.
    • dateOfAvailability Link icon

      private Date dateOfAvailability
      The date of availability requested by the user.
    • startTime Link icon

      private LocalTime startTime
      The time of availability requested by the user.
    • nameRequestType Link icon

      private String nameRequestType
      The RequestType of the request.
    • officeName Link icon

      private String officeName
      The name of the office.
    • address Link icon

      private String address
      The address of the office.
  • Constructor Details Link icon

    • ReportDetails Link icon

      public ReportDetails()