@Entity(name="org.kuali.rice.kew.notes.Note") public class Note extends Object implements Serializable, NoteContract
Attachment
,
Serialized FormConstructor 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 NoteContract
public 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()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getAuthorPrincipalId()
getAuthorPrincipalId
in interface NoteContract
public org.joda.time.DateTime getCreateDate()
getCreateDate
in interface NoteContract
public String getText()
getText
in interface NoteContract
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.