org.kuali.kfs.fp.document.validation.event
Class AddCheckEvent

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.fp.document.validation.event.AddCheckEvent
All Implemented Interfaces:
CheckEvent, AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AddCheckEvent
extends AttributedDocumentEventBase
implements CheckEvent

An event which is fired when a member of the Cash Receipt family of documents adds a check.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AddCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a AddCheckEvent, with a blank description
AddCheckEvent(String description, String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Initializes fields common to all subclasses
 
Method Summary
 Check getCheck()
           
 
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, getRuleInterfaceClass, invokeRuleMethod, validate
 

Constructor Detail

AddCheckEvent

public AddCheckEvent(String description,
                     String errorPathPrefix,
                     org.kuali.rice.kns.document.Document document,
                     Check check)
Initializes fields common to all subclasses

Parameters:
description -
errorPathPrefix -
document -
check -

AddCheckEvent

public AddCheckEvent(String errorPathPrefix,
                     org.kuali.rice.kns.document.Document document,
                     Check check)
Constructs a AddCheckEvent, with a blank description

Parameters:
errorPathPrefix -
document -
check -
Method Detail

getCheck

public Check getCheck()
Specified by:
getCheck in interface CheckEvent
Returns:
check associated with this event
See Also:
org.kuali.rice.kns.rule.event.CheckEvent#getCheck()


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