@Entity(name="org.kuali.rice.kew.notes.Note") public class Note extends Object implements Serializable, NoteContract
Attachment,
Serialized Form| Constructor and Description |
|---|
Note() |
public Note()
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public String getNoteAuthorWorkflowId()
public void setNoteAuthorWorkflowId(String noteAuthorWorkflowId)
public Timestamp getNoteCreateDate()
public void setNoteCreateDate(Timestamp noteCreateDate)
public String getNoteText()
public void setNoteText(String noteText)
public String getDocumentId()
getDocumentId in interface NoteContractpublic void setDocumentId(String documentId)
public String getNoteAuthorEmailAddress()
public void setNoteAuthorEmailAddress(String noteAuthorEmailAddress)
public String getNoteAuthorFullName()
public void setNoteAuthorFullName(String noteAuthorFullName)
public String getNoteAuthorNetworkId()
public void setNoteAuthorNetworkId(String noteAuthorNetworkId)
public Long getNoteCreateLongDate()
public void setNoteCreateLongDate(Long noteCreateLongDate)
public Boolean getAuthorizedToEdit()
public void setAuthorizedToEdit(Boolean authorizedToEdit)
public Boolean getEditingNote()
public void setEditingNote(Boolean editingNote)
public String getFormattedCreateDateTime()
public String getFormattedCreateDate()
public String getFormattedCreateTime()
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public String getId()
IdentifiablegetId in interface Identifiablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getAuthorPrincipalId()
getAuthorPrincipalId in interface NoteContractpublic org.joda.time.DateTime getCreateDate()
getCreateDate in interface NoteContractpublic String getText()
getText in interface NoteContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.