@Entity public class Note extends PersistableBusinessObjectBase
extension, versionNumber
Constructor and Description |
---|
Note()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttachment(Attachment attachment)
Adds the given attachment to this note.
|
AdHocRouteRecipient |
getAdHocRouteRecipient() |
Attachment |
getAttachment()
Gets the attachment attribute.
|
String |
getAttachmentIdentifier()
Gets the attachmentIdentifier attribute.
|
String |
getAttachmentLink() |
Person |
getAuthorUniversal()
Gets the authorUniversal attribute.
|
String |
getAuthorUniversalIdentifier()
Gets the authorUniversalIdentifier attribute.
|
Long |
getNoteIdentifier()
Gets the noteIdentifier attribute.
|
Timestamp |
getNotePostedTimestamp()
Gets the notePostedTimestamp attribute.
|
String |
getNotePurgeCode()
Gets the notePurgeCode attribute.
|
String |
getNoteText()
Gets the noteText attribute.
|
String |
getNoteTopicText()
Gets the noteTopicText attribute.
|
NoteType |
getNoteType()
Gets the noteType attribute.
|
String |
getNoteTypeCode()
Gets the noteTypeCode attribute.
|
String |
getRemoteObjectIdentifier()
Gets the remoteObjectIdentifier attribute.
|
void |
removeAttachment()
Removes the current attachment, if any.
|
void |
setAdHocRouteRecipient(AdHocRouteRecipient adHocRouteRecipient) |
void |
setAttachment(Attachment attachment)
Sets the attachment attribute value.
|
void |
setAttachmentIdentifier(String attachmentIdentifier)
Sets the attachmentIdentifier attribute value.
|
void |
setAuthorUniversal(Person authorUniversal)
Deprecated.
|
void |
setAuthorUniversalIdentifier(String noteAuthorIdentifier)
Sets the authorUniversalIdentifier attribute.
|
void |
setNoteIdentifier(Long noteIdentifier)
Sets the noteIdentifier attribute value.
|
void |
setNotePostedTimestamp(Timestamp notePostedTimestamp)
Sets the notePostedTimestamp attribute.
|
void |
setNotePostedTimestampToCurrent()
Sets the
setNotePostedTimestamp(Timestamp) to the current time. |
void |
setNotePurgeCode(String notePurgeCode)
Sets the notePurgeCode attribute.
|
void |
setNoteText(String noteText)
Sets the noteText attribute.
|
void |
setNoteTopicText(String noteTopicText)
Sets the noteTopicText attribute value.
|
void |
setNoteType(NoteType noteType)
Deprecated.
|
void |
setNoteTypeCode(String noteTypeCode)
Sets the noteTypeCode attribute.
|
void |
setRemoteObjectIdentifier(String remoteObjectIdentifier)
Sets the remoteObjectIdentifier attribute.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public Note()
public void setNotePostedTimestampToCurrent()
setNotePostedTimestamp(Timestamp)
to the current time.public Long getNoteIdentifier()
public void setNoteIdentifier(Long noteIdentifier)
noteIdentifier
- The noteIdentifier to set.public String getRemoteObjectIdentifier()
public void setRemoteObjectIdentifier(String remoteObjectIdentifier)
remoteObjectIdentifier
- The remoteObjectIdentifier to set.public String getAuthorUniversalIdentifier()
public void setAuthorUniversalIdentifier(String noteAuthorIdentifier)
noteAuthorIdentifier
- The author ID to be set as the AuthorUniversalIdentifierpublic Timestamp getNotePostedTimestamp()
public void setNotePostedTimestamp(Timestamp notePostedTimestamp)
notePostedTimestamp
- The notePostedTimestamp to set.public String getNoteTypeCode()
public void setNoteTypeCode(String noteTypeCode)
noteTypeCode
- The noteTypeCode to set.public String getNoteText()
public void setNoteText(String noteText)
noteText
- The noteText to set.public String getNoteTopicText()
public void setNoteTopicText(String noteTopicText)
noteTopicText
- The noteTopicText to set.public String getNotePurgeCode()
public void setNotePurgeCode(String notePurgeCode)
notePurgeCode
- The notePurgeCode to set.public NoteType getNoteType()
public void setNoteType(NoteType noteType)
noteType
- The noteType to set.public Person getAuthorUniversal()
public void setAuthorUniversal(Person authorUniversal)
authorUniversal
- The authorUniversal to set.public Attachment getAttachment()
public void setAttachment(Attachment attachment)
attachment
- The attachment to set.public String getAttachmentIdentifier()
public void setAttachmentIdentifier(String attachmentIdentifier)
attachmentIdentifier
- The attachmentIdentifier to set.public void addAttachment(Attachment attachment)
attachment
- public void removeAttachment()
public AdHocRouteRecipient getAdHocRouteRecipient()
public void setAdHocRouteRecipient(AdHocRouteRecipient adHocRouteRecipient)
adHocRouteRecipient
- the adHocRouteRecipient to setpublic String getAttachmentLink()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.