org.kuali.rice.kew.notes
Class Note
java.lang.Object
org.kuali.rice.kew.notes.Note
- All Implemented Interfaces:
- Serializable
@Entity(name="org.kuali.rice.kew.notes.Note")
public class Note
- extends Object
- implements Serializable
A note attached to a document. May also contain a List of attachments.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
Attachment
,
Serialized Form
Constructor Summary |
Note()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note()
getLockVerNbr
public Integer getLockVerNbr()
setLockVerNbr
public void setLockVerNbr(Integer lockVerNbr)
getNoteAuthorWorkflowId
public String getNoteAuthorWorkflowId()
setNoteAuthorWorkflowId
public void setNoteAuthorWorkflowId(String noteAuthorWorkflowId)
getNoteCreateDate
public Timestamp getNoteCreateDate()
setNoteCreateDate
public void setNoteCreateDate(Timestamp noteCreateDate)
getNoteId
public Long getNoteId()
setNoteId
public void setNoteId(Long noteId)
getNoteText
public String getNoteText()
setNoteText
public void setNoteText(String noteText)
getRouteHeaderId
public Long getRouteHeaderId()
setRouteHeaderId
public void setRouteHeaderId(Long routeHeaderId)
getNoteAuthorEmailAddress
public String getNoteAuthorEmailAddress()
setNoteAuthorEmailAddress
public void setNoteAuthorEmailAddress(String noteAuthorEmailAddress)
getNoteAuthorFullName
public String getNoteAuthorFullName()
setNoteAuthorFullName
public void setNoteAuthorFullName(String noteAuthorFullName)
getNoteAuthorNetworkId
public String getNoteAuthorNetworkId()
setNoteAuthorNetworkId
public void setNoteAuthorNetworkId(String noteAuthorNetworkId)
getNoteCreateLongDate
public Long getNoteCreateLongDate()
setNoteCreateLongDate
public void setNoteCreateLongDate(Long noteCreateLongDate)
getAuthorizedToEdit
public Boolean getAuthorizedToEdit()
setAuthorizedToEdit
public void setAuthorizedToEdit(Boolean authorizedToEdit)
getEditingNote
public Boolean getEditingNote()
setEditingNote
public void setEditingNote(Boolean editingNote)
getFormattedCreateDateTime
public String getFormattedCreateDateTime()
getFormattedCreateDate
public String getFormattedCreateDate()
getFormattedCreateTime
public String getFormattedCreateTime()
getAttachments
public List<Attachment> getAttachments()
setAttachments
public void setAttachments(List<Attachment> attachments)
beforeInsert
public void beforeInsert()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.