org.kuali.rice.kew.notes
Class Note

java.lang.Object
  extended by 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()
           
 
Method Summary
 void beforeInsert()
           
 List<Attachment> getAttachments()
           
 Boolean getAuthorizedToEdit()
           
 Boolean getEditingNote()
           
 String getFormattedCreateDate()
           
 String getFormattedCreateDateTime()
           
 String getFormattedCreateTime()
           
 Integer getLockVerNbr()
           
 String getNoteAuthorEmailAddress()
           
 String getNoteAuthorFullName()
           
 String getNoteAuthorNetworkId()
           
 String getNoteAuthorWorkflowId()
           
 Timestamp getNoteCreateDate()
           
 Long getNoteCreateLongDate()
           
 Long getNoteId()
           
 String getNoteText()
           
 Long getRouteHeaderId()
           
 void setAttachments(List<Attachment> attachments)
           
 void setAuthorizedToEdit(Boolean authorizedToEdit)
           
 void setEditingNote(Boolean editingNote)
           
 void setLockVerNbr(Integer lockVerNbr)
           
 void setNoteAuthorEmailAddress(String noteAuthorEmailAddress)
           
 void setNoteAuthorFullName(String noteAuthorFullName)
           
 void setNoteAuthorNetworkId(String noteAuthorNetworkId)
           
 void setNoteAuthorWorkflowId(String noteAuthorWorkflowId)
           
 void setNoteCreateDate(Timestamp noteCreateDate)
           
 void setNoteCreateLongDate(Long noteCreateLongDate)
           
 void setNoteId(Long noteId)
           
 void setNoteText(String noteText)
           
 void setRouteHeaderId(Long routeHeaderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note()
Method Detail

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.