|
||||||||||
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.DeletePendingBudgetGeneralLedgerLineEvent
public class DeletePendingBudgetGeneralLedgerLineEvent
Defines the delete line event for revenue or expenditure tab rows on the Budget Construction Document.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
---|
document |
Constructor Summary | |
---|---|
DeletePendingBudgetGeneralLedgerLineEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger,
boolean isRev)
Constructs a DeletePendingBudgetGeneralLedgerLineEvent.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)
|
boolean |
isRevenue()
Gets the isRevenue attribute. |
void |
setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
Sets the budgetConstructionDocument attribute value. |
void |
setPendingBudgetConstructionGeneralLedger(PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger)
Sets the pendingBudgetConstructionGeneralLedger attribute value. |
void |
setRevenue(boolean isRevenue)
Sets the isRevenue 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 |
---|
public DeletePendingBudgetGeneralLedgerLineEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, PendingBudgetConstructionGeneralLedger pendingBudgetConstructionGeneralLedger, boolean isRev)
description
- errorPathPrefix
- 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 BudgetConstructionDocument getBudgetConstructionDocument()
public void setBudgetConstructionDocument(BudgetConstructionDocument budgetConstructionDocument)
budgetConstructionDocument
- The budgetConstructionDocument to set.public boolean isRevenue()
public void setRevenue(boolean isRevenue)
isRevenue
- The isRevenue 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 |