org.kuali.kfs.sys.document.validation.event
Class AttributedAddNoteEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedAddNoteEvent
- All Implemented Interfaces:
- AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class AttributedAddNoteEvent
- extends AttributedDocumentEventBase
An attributed version of the Add Note event.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Constructor Summary |
AttributedAddNoteEvent(org.kuali.rice.kns.document.Document document,
org.kuali.rice.kns.bo.Note note)
Constructs an AddNoteEvent with the given document |
AttributedAddNoteEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
org.kuali.rice.kns.bo.Note note)
Constructs an AddNoteEvent with the specified errorPathPrefix and document |
Method Summary |
org.kuali.rice.kns.bo.Note |
getNote()
This method retrieves the note associated with this event. |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate |
AttributedAddNoteEvent
public AttributedAddNoteEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
org.kuali.rice.kns.bo.Note note)
- Constructs an AddNoteEvent with the specified errorPathPrefix and document
- Parameters:
document
- errorPathPrefix
-
AttributedAddNoteEvent
public AttributedAddNoteEvent(org.kuali.rice.kns.document.Document document,
org.kuali.rice.kns.bo.Note note)
- Constructs an AddNoteEvent with the given document
- Parameters:
document
-
getNote
public org.kuali.rice.kns.bo.Note getNote()
- This method retrieves the note associated with this event.
- Returns:
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.