org.kuali.kfs.module.bc.document.validation.event
Class SaveMonthlyBudgetEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.module.bc.document.validation.event.SaveMonthlyBudgetEvent
- All Implemented Interfaces:
- org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class SaveMonthlyBudgetEvent
- extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase
Defines the save monthly budget event for the monthly budget screen.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate |
SaveMonthlyBudgetEvent
public SaveMonthlyBudgetEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
BudgetConstructionMonthly budgetConstructionMonthly)
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)
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.
getBudgetConstructionMonthly
public BudgetConstructionMonthly getBudgetConstructionMonthly()
- Gets the budgetConstructionMonthly attribute.
- Returns:
- Returns the budgetConstructionMonthly.
setBudgetConstructionMonthly
public void setBudgetConstructionMonthly(BudgetConstructionMonthly budgetConstructionMonthly)
- Sets the budgetConstructionMonthly attribute value.
- Parameters:
budgetConstructionMonthly
- The budgetConstructionMonthly to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.