public class NotificationRecipientDataObject extends FlexDataObject
Constructor and Description |
---|
NotificationRecipientDataObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy() |
java.sql.Timestamp |
getCreatedOn() |
java.lang.Long |
getGroupId() |
java.lang.Long |
getNotificationId() |
java.lang.Long |
getNotificationRecipientId() |
java.lang.String |
getRecipient() |
java.util.concurrent.CompletableFuture<FdGroupDataObject> |
getRecipientGroup(DataFetchingEnvironment pDataFetchingEnvironment) |
java.util.concurrent.CompletableFuture<FdUserDataObject> |
getRecipientUser(DataFetchingEnvironment pDataFetchingEnvironment) |
NotificationRecipientTypeEnum |
getType() |
java.lang.String |
getUpdatedBy() |
java.sql.Timestamp |
getUpdatedOn() |
java.lang.Long |
getUserId() |
java.lang.Integer |
getVersionNumber() |
void |
setCreatedBy(java.lang.String pCreatedBy) |
void |
setCreatedOn(java.sql.Timestamp pCreatedOn) |
void |
setGroupId(java.lang.Long pGroupId) |
void |
setNotificationId(java.lang.Long pNotificationId) |
void |
setNotificationRecipientId(java.lang.Long pNotificationRecipientId) |
void |
setRecipient(java.lang.String pRecipient) |
void |
setType(NotificationRecipientTypeEnum pType) |
void |
setUpdatedBy(java.lang.String pUpdatedBy) |
void |
setUpdatedOn(java.sql.Timestamp pUpdatedOn) |
void |
setUserId(java.lang.Long pUserId) |
void |
setVersionNumber(java.lang.Integer pVersionNumber) |
clone
public java.lang.Long getNotificationRecipientId()
public void setNotificationRecipientId(java.lang.Long pNotificationRecipientId)
public java.lang.Long getNotificationId()
public void setNotificationId(java.lang.Long pNotificationId)
public java.lang.String getRecipient()
public java.util.concurrent.CompletableFuture<FdUserDataObject> getRecipientUser(DataFetchingEnvironment pDataFetchingEnvironment)
public java.util.concurrent.CompletableFuture<FdGroupDataObject> getRecipientGroup(DataFetchingEnvironment pDataFetchingEnvironment)
public void setRecipient(java.lang.String pRecipient)
public NotificationRecipientTypeEnum getType()
public void setType(NotificationRecipientTypeEnum pType)
public void setUserId(java.lang.Long pUserId)
public java.lang.Long getUserId()
public void setGroupId(java.lang.Long pGroupId)
public java.lang.Long getGroupId()
public java.sql.Timestamp getCreatedOn()
public void setCreatedOn(java.sql.Timestamp pCreatedOn)
public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String pCreatedBy)
public java.sql.Timestamp getUpdatedOn()
public void setUpdatedOn(java.sql.Timestamp pUpdatedOn)
public java.lang.String getUpdatedBy()
public void setUpdatedBy(java.lang.String pUpdatedBy)
public java.lang.Integer getVersionNumber()
public void setVersionNumber(java.lang.Integer pVersionNumber)