org.kuali.kfs.sys.document.validation.event
Class AttributedAddAdHocRoutePersonEvent
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.AttributedAddAdHocRoutePersonEvent
- All Implemented Interfaces:
- AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class AttributedAddAdHocRoutePersonEvent
- extends AttributedDocumentEventBase
- implements AttributedDocumentEvent
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.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, getRuleInterfaceClass, invokeRuleMethod, validate |
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
-
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.