|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.module.bc.document.validation.event.AddPendingBudgetGeneralLedgerLineEvent
public class AddPendingBudgetGeneralLedgerLineEvent
Defines the add new line event for revenue or expenditure tab on the Budget Construction Document.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
document |
| Constructor Summary | |
|---|---|
AddPendingBudgetGeneralLedgerLineEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger,
boolean isRev)
Constructs a AddPendingBudgetGeneralLedgerLineEvent.java. |
|
| Method Summary | |
|---|---|
BudgetConstructionDocument |
getBudgetConstructionDocument()
Gets the budgetConstructionDocument attribute. |
PendingBudgetConstructionGeneralLedger |
getPendingBudgetConstructionGeneralLedger()
Gets the pendingBudgetConstructionGeneralLedger attribute. |
Class |
getRuleInterfaceClass()
|
boolean |
invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
|
void |
setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
Sets the budgetConstructionDocument attribute value. |
void |
setPendingBudgetConstructionGeneralLedger(PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger)
Sets the pendingBudgetConstructionGeneralLedger attribute value. |
void |
validate()
|
| Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
|---|
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddPendingBudgetGeneralLedgerLineEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger,
boolean isRev)
errorPathPrefix - document - pendingBudgetConstructionGeneralLedger - isRev - | Method Detail |
|---|
public Class getRuleInterfaceClass()
KualiDocumentEvent.getRuleInterfaceClass()public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
KualiDocumentEvent.invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule)public void validate()
validate in interface org.kuali.rice.kns.rule.event.KualiDocumentEventvalidate in class org.kuali.rice.kns.rule.event.KualiDocumentEventBaseKualiDocumentEventBase.validate()public BudgetConstructionDocument getBudgetConstructionDocument()
public void setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
budgetConstructionDocument - The budgetConstructionDocument to set.public PendingBudgetConstructionGeneralLedger getPendingBudgetConstructionGeneralLedger()
public void setPendingBudgetConstructionGeneralLedger(PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger)
pendingBudgetConstructionGeneralLedger - The pendingBudgetConstructionGeneralLedger to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||