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.voidsetProjectId(UUID projectId) Set project id.voidSet 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.
-