org.kuali.kfs.sys.document.validation.event
Class AttributedAddNoteEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
          extended by 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.


Field Summary
 
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.kfs.sys.document.validation.event.AttributedDocumentEventBase
getAttribute, getIterationSubject, getRuleInterfaceClass, invokeRuleMethod, setAttribute, setIterationSubject
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, validate
 

Constructor Detail

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 -
Method Detail

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.