public class BudgetAdjustmentDocumentBalancedValidation extends GenericValidation
Modifier and Type | Field and Description |
---|---|
BudgetAdjustmentDocument |
accountingDocumentForValidation |
Constructor and Description |
---|
BudgetAdjustmentDocumentBalancedValidation() |
Modifier and Type | Method and Description |
---|---|
BudgetAdjustmentDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute.
|
void |
setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
Validates that the budget adjustment document is balanced, based on whether the source base amount equals the target base amount
and that the income stream balance map has no non-zero values.
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public BudgetAdjustmentDocument accountingDocumentForValidation
public BudgetAdjustmentDocumentBalancedValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)
public BudgetAdjustmentDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(BudgetAdjustmentDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.