org.kuali.kfs.module.bc.document.validation.event
Class AddBudgetConstructionDocumentEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.kfs.module.bc.document.validation.event.AddBudgetConstructionDocumentEvent
All Implemented Interfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AddBudgetConstructionDocumentEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase

Defines the add (create) Budget Construction document event for the BC Selection screen.


Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AddBudgetConstructionDocumentEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document)
          Constructs a AddBudgetConstructionDocumentEvent.java.
 
Method Summary
 BudgetConstructionDocument getBudgetConstructionDocument()
          Gets the budgetConstructionDocument attribute.
 Class getRuleInterfaceClass()
           
 boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
           
 void setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
          Sets the budgetConstructionDocument attribute value.
 
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
 

Constructor Detail

AddBudgetConstructionDocumentEvent

public AddBudgetConstructionDocumentEvent(String errorPathPrefix,
                                          org.kuali.rice.kns.document.Document document)
Constructs a AddBudgetConstructionDocumentEvent.java.

Parameters:
errorPathPrefix -
document -
Method Detail

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.


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