org.kuali.kfs.module.bc.document.validation.event
Class BudgetExpansionEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.module.bc.document.validation.event.BudgetExpansionEvent
- All Implemented Interfaces:
- org.kuali.rice.kns.rule.event.KualiDocumentEvent
- Direct Known Subclasses:
- SalarySettingBaseEvent
public abstract class BudgetExpansionEvent
- extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase
Base class for expansion rule events.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Constructor Summary |
BudgetExpansionEvent(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
Constructs a BudgetExpansionEvent.java. |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
BudgetExpansionEvent
public BudgetExpansionEvent(String description,
String errorPathPrefix,
org.kuali.rice.kns.document.Document document)
- Constructs a BudgetExpansionEvent.java.
getRuleInterfaceClass
public Class getRuleInterfaceClass()
- See Also:
KualiDocumentEvent.getRuleInterfaceClass()
invokeRuleMethod
public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
- See Also:
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)
getExpansionRuleInterfaceClass
public abstract Class getExpansionRuleInterfaceClass()
invokeExpansionRuleMethod
public abstract boolean invokeExpansionRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
getBudgetConstructionDocument
public BudgetConstructionDocument getBudgetConstructionDocument()
- Gets the budgetConstructionDocument attribute.
- Returns:
- Returns the budgetConstructionDocument.
setBudgetConstructionDocument
public void setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
- Sets the budgetConstructionDocument attribute value.
- Parameters:
budgetConstructionDocument
- The budgetConstructionDocument to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.