Package it.univr.passportease.dto.input
Class NotificationInputDB
java.lang.Object
it.univr.passportease.dto.input.NotificationInputDB
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 Summary
Modifier and TypeFieldDescriptionprivate NotificationInput
The notification input.private Office
The office.private RequestType
The request type.private User
The user. -
Constructor Summary
-
Method Summary
-
Field Details
-
notificationInput
The notification input. -
user
The user. -
office
The office. -
requestType
The request type.
-
-
Constructor Details
-
NotificationInputDB
public NotificationInputDB()
-