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

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.AttributedAddAdHocRoutePersonEvent
All Implemented Interfaces:
AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AttributedAddAdHocRoutePersonEvent
extends AttributedDocumentEventBase
implements AttributedDocumentEvent


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AttributedAddAdHocRoutePersonEvent(org.kuali.rice.kns.document.Document document, org.kuali.rice.kns.bo.AdHocRoutePerson adHocRoutePerson)
          Constructs an AddAdHocRoutePersonEvent with the given document
AttributedAddAdHocRoutePersonEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, org.kuali.rice.kns.bo.AdHocRoutePerson adHocRoutePerson)
          Constructs an AddAdHocRoutePersonEvent with the specified errorPathPrefix, document, and adHocRoutePerson
 
Method Summary
 org.kuali.rice.kns.bo.AdHocRoutePerson getAdHocRoutePerson()
          This method retrieves the document adHocRoutePerson 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.kfs.sys.document.validation.event.AttributedDocumentEvent
getAttribute, getIterationSubject, setAttribute, setIterationSubject
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate
 

Constructor Detail

AttributedAddAdHocRoutePersonEvent

public AttributedAddAdHocRoutePersonEvent(String errorPathPrefix,
                                          org.kuali.rice.kns.document.Document document,
                                          org.kuali.rice.kns.bo.AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the specified errorPathPrefix, document, and adHocRoutePerson

Parameters:
document -
adHocRoutePerson -
errorPathPrefix -

AttributedAddAdHocRoutePersonEvent

public AttributedAddAdHocRoutePersonEvent(org.kuali.rice.kns.document.Document document,
                                          org.kuali.rice.kns.bo.AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the given document

Parameters:
document -
adHocRoutePerson -
Method Detail

getAdHocRoutePerson

public org.kuali.rice.kns.bo.AdHocRoutePerson getAdHocRoutePerson()
This method retrieves the document adHocRoutePerson associated with this event.

Returns:
AdHocRoutePerson


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.