Class NotificationObject
java.lang.Object
callofproject.dev.service.notification.dto.NotificationObject
DTO class for notification object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet project id.Get user id.void
setProjectId
(UUID projectId) Set project id.void
Set user id.
-
Field Details
-
projectId
-
userId
-
-
Constructor Details
-
NotificationObject
public NotificationObject()Constructor. -
NotificationObject
Constructor.- Parameters:
projectId
- represent the project id.userId
- represent the user id.
-
-
Method Details
-
setProjectId
Set project id.- Parameters:
projectId
- represent the project id.
-
setUserId
Set user id.- Parameters:
userId
- represent the user id.
-
getProjectId
Get project id.- Returns:
- UUID.
-
getUserId
Get user id.- Returns:
- UUID.
-