Package flexagon.fd.model2.pojo
Class NotificationRecipientDataObject
java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.NotificationRecipientDataObject
public class NotificationRecipientDataObject
extends FlexDataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecipientGroup(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) getRecipientUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) getType()voidsetCreatedBy(String pCreatedBy) voidsetCreatedOn(Timestamp pCreatedOn) voidsetGroupId(Long pGroupId) voidsetNotificationId(Long pNotificationId) voidsetNotificationRecipientId(Long pNotificationRecipientId) voidsetRecipient(String pRecipient) voidvoidsetUpdatedBy(String pUpdatedBy) voidsetUpdatedOn(Timestamp pUpdatedOn) voidvoidsetVersionNumber(Integer pVersionNumber)
-
Constructor Details
-
NotificationRecipientDataObject
public NotificationRecipientDataObject()
-
-
Method Details
-
getNotificationRecipientId
-
setNotificationRecipientId
-
getNotificationId
-
setNotificationId
-
getRecipient
-
getRecipientUser
public CompletableFuture<FlxUserDataObject> getRecipientUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) -
getRecipientGroup
public CompletableFuture<FlxGroupDataObject> getRecipientGroup(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment) -
setRecipient
-
getType
-
setType
-
setUserId
-
getUserId
-
setGroupId
-
getGroupId
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getUpdatedOn
-
setUpdatedOn
-
getUpdatedBy
-
setUpdatedBy
-
getVersionNumber
-
setVersionNumber
-