Class NotificationInputDB

java.lang.Object
it.univr.passportease.dto.input.NotificationInputDB

public class NotificationInputDB extends Object
This class is used to store the data of a notification input, together with the data of the user, the office and the request type. It is used to store the data of a notification input in the database.
  • Field Details

    • notificationInput

      private NotificationInput notificationInput
      The notification input.
    • user

      private User user
      The user.
    • office

      private Office office
      The office.
    • requestType

      private RequestType requestType
      The request type.
  • Constructor Details

    • NotificationInputDB

      public NotificationInputDB()