org.kuali.kfs.sys.document.validation.event
Interface AccountingLineEvent

All Superinterfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent
All Known Implementing Classes:
AddAccountingLineEvent, DeleteAccountingLineEvent, ReviewAccountingLineEvent, UpdateAccountingLineEvent

public interface AccountingLineEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEvent

Defines methods common to all AccountingLineEvents.


Method Summary
 AccountingLine getAccountingLine()
           
 
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod, validate
 

Method Detail

getAccountingLine

AccountingLine getAccountingLine()
Returns:
accountingLine associated with this event


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