org.kuali.kfs.sys.document.validation.event
Class DeleteAccountingLineEvent
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.DeleteAccountingLineEvent
- All Implemented Interfaces:
- AccountingLineEvent, AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class DeleteAccountingLineEvent
- extends AttributedDocumentEventBase
- implements AccountingLineEvent
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Constructor Summary |
DeleteAccountingLineEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
AccountingLine accountingLine,
boolean lineWasAlreadyDeletedFromDocument)
Constructs a DeleteAccountingLineEvent with the given errorPathPrefix, document, and accountingLine. |
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 |
DeleteAccountingLineEvent
public DeleteAccountingLineEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
AccountingLine accountingLine,
boolean lineWasAlreadyDeletedFromDocument)
- Constructs a DeleteAccountingLineEvent with the given errorPathPrefix, document, and accountingLine.
- Parameters:
errorPathPrefix
- document
- accountingLine
-
getAccountingLine
public AccountingLine getAccountingLine()
- Specified by:
getAccountingLine
in interface AccountingLineEvent
- Returns:
- accountingLine associated with this event
- See Also:
org.kuali.rice.kns.rule.event.AccountingLineEvent#getAccountingLine()
isLineWasAlreadyDeletedFromDocument
public boolean isLineWasAlreadyDeletedFromDocument()
- Gets the lineWasAlreadyDeletedFromDocument attribute.
- Returns:
- Returns the lineWasAlreadyDeletedFromDocument.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.