Class NotificationDataObject

java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.NotificationDataObject

public class NotificationDataObject extends FlexDataObject
  • Constructor Details

    • NotificationDataObject

      public NotificationDataObject()
  • Method Details

    • getNotificationId

      public Long getNotificationId()
    • setNotificationId

      public void setNotificationId(Long pNotificationId)
    • getEnvironmentId

      public Long getEnvironmentId()
    • getEnvironment

      public CompletableFuture<EnvironmentDataObject> getEnvironment(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment)
    • setEnvironmentId

      public void setEnvironmentId(Long pEnvironmentId)
    • getFolderId

      public Long getFolderId()
    • setFolderId

      public void setFolderId(Long pFolderId)
    • getNotificationName

      public String getNotificationName()
    • setNotificationName

      public void setNotificationName(String pNotificationName)
    • getCreatedOn

      public Timestamp getCreatedOn()
    • setCreatedOn

      public void setCreatedOn(Timestamp pCreatedOn)
    • getCreatedBy

      public String getCreatedBy()
    • getCreatedByUser

      public CompletableFuture<FlxUserDataObject> getCreatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment)
    • setCreatedBy

      public void setCreatedBy(String pCreatedBy)
    • getUpdatedOn

      public Timestamp getUpdatedOn()
    • setUpdatedOn

      public void setUpdatedOn(Timestamp pUpdatedOn)
    • getUpdatedBy

      public String getUpdatedBy()
    • getUpdatedByUser

      public CompletableFuture<FlxUserDataObject> getUpdatedByUser(graphql.schema.DataFetchingEnvironment pDataFetchingEnvironment)
    • setUpdatedBy

      public void setUpdatedBy(String pUpdatedBy)
    • getVersionNumber

      public Integer getVersionNumber()
    • setVersionNumber

      public void setVersionNumber(Integer pVersionNumber)
    • getNotificationEvents

      public List<NotificationEventDataObject> getNotificationEvents()
    • setNotificationEvents

      public void setNotificationEvents(List<NotificationEventDataObject> mNotificationEvents)
    • getNotificationRecipients

      public List<NotificationRecipientDataObject> getNotificationRecipients()
    • setNotificationRecipients

      public void setNotificationRecipients(List<NotificationRecipientDataObject> mNotificationRecipients)