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

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

public class DeleteCheckEvent
extends AttributedDocumentEventBase
implements CheckEvent

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


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
DeleteCheckEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, Check check)
          Constructs a DeleteCheckEvent with an empty description
DeleteCheckEvent(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

DeleteCheckEvent

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

Parameters:
description -
errorPathPrefix -
document -
check -

DeleteCheckEvent

public DeleteCheckEvent(String errorPathPrefix,
                        org.kuali.rice.kns.document.Document document,
                        Check check)
Constructs a DeleteCheckEvent with an empty 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.