Package org.kuali.rice.kew.notes
Class Note
java.lang.Object
org.kuali.rice.kew.notes.Note
- All Implemented Interfaces:
Serializable,Identifiable,Versioned,NoteContract
@Entity(name="org.kuali.rice.kew.notes.Note")
public class Note
extends Object
implements Serializable, NoteContract
A note attached to a document. May also contain a List of attachments.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Noteorg.joda.time.DateTimegetId()getText()voidsetAttachments(List<Attachment> attachments) voidsetAuthorizedToEdit(Boolean authorizedToEdit) voidsetDocumentId(String documentId) voidsetEditingNote(Boolean editingNote) voidsetLockVerNbr(Integer lockVerNbr) voidsetNoteAuthorEmailAddress(String noteAuthorEmailAddress) voidsetNoteAuthorFullName(String noteAuthorFullName) voidsetNoteAuthorNetworkId(String noteAuthorNetworkId) voidsetNoteAuthorWorkflowId(String noteAuthorWorkflowId) voidsetNoteCreateDate(Timestamp noteCreateDate) voidsetNoteCreateLongDate(Long noteCreateLongDate) voidvoidsetNoteText(String noteText) static Note
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
getLockVerNbr
-
setLockVerNbr
-
getNoteAuthorWorkflowId
-
setNoteAuthorWorkflowId
-
getNoteCreateDate
-
setNoteCreateDate
-
getNoteId
-
setNoteId
-
getNoteText
-
setNoteText
-
getDocumentId
- Specified by:
getDocumentIdin interfaceNoteContract
-
setDocumentId
-
getNoteAuthorEmailAddress
-
setNoteAuthorEmailAddress
-
getNoteAuthorFullName
-
setNoteAuthorFullName
-
getNoteAuthorNetworkId
-
setNoteAuthorNetworkId
-
getNoteCreateLongDate
-
setNoteCreateLongDate
-
getAuthorizedToEdit
-
setAuthorizedToEdit
-
getEditingNote
-
setEditingNote
-
getFormattedCreateDateTime
-
getFormattedCreateDate
-
getFormattedCreateTime
-
getAttachments
-
setAttachments
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getAuthorPrincipalId
- Specified by:
getAuthorPrincipalIdin interfaceNoteContract
-
getCreateDate
public org.joda.time.DateTime getCreateDate()- Specified by:
getCreateDatein interfaceNoteContract
-
getText
- Specified by:
getTextin interfaceNoteContract
-
deepCopy
-
to
-
from
-