public class KcNotification extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
KcNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateUser() |
String |
getDocumentNumber() |
String |
getMessage() |
Long |
getNotificationId() |
NotificationType |
getNotificationType() |
Long |
getNotificationTypeId() |
Long |
getOwningDocumentIdFk() |
String |
getRecipients() |
String |
getSubject() |
String |
getUpdateTimestampString() |
void |
persistOwningObject(KraPersistableBusinessObjectBase object) |
void |
resetPersistenceState() |
void |
setCreateUser(String createUser) |
void |
setDocumentNumber(String documentNumber) |
void |
setMessage(String message) |
void |
setNotificationId(Long notificationId) |
void |
setNotificationType(NotificationType notificationType) |
void |
setNotificationTypeId(Long notificationTypeId) |
void |
setOwningDocumentIdFk(Long owningDocumentIdFk) |
void |
setRecipients(String recipients) |
void |
setSubject(String subject) |
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Long getNotificationId()
public void setNotificationId(Long notificationId)
public Long getNotificationTypeId()
public void setNotificationTypeId(Long notificationTypeId)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public String getRecipients()
public void setRecipients(String recipients)
public String getSubject()
public void setSubject(String subject)
public String getMessage()
public void setMessage(String message)
public NotificationType getNotificationType()
public void setNotificationType(NotificationType notificationType)
public Long getOwningDocumentIdFk()
public void setOwningDocumentIdFk(Long owningDocumentIdFk)
public String getCreateUser()
public void setCreateUser(String createUser)
public String getUpdateTimestampString()
public void persistOwningObject(KraPersistableBusinessObjectBase object)
public void resetPersistenceState()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.