public class BudgetAdjustmentAccountingLineMonthlyLinesValidation extends GenericValidation
| Constructor and Description |
|---|
BudgetAdjustmentAccountingLineMonthlyLinesValidation() |
| Modifier and Type | Method and Description |
|---|---|
BudgetAdjustmentAccountingLine |
getAccountingLineForValidation()
Gets the accountingLineForValidation attribute.
|
void |
setAccountingLineForValidation(BudgetAdjustmentAccountingLine accountingLineForValidation)
Sets the accountingLineForValidation attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
Validates the total of the monthly amount fields (if not 0) equals the current budget amount.
|
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic BudgetAdjustmentAccountingLineMonthlyLinesValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)public BudgetAdjustmentAccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(BudgetAdjustmentAccountingLine accountingLineForValidation)
accountingLineForValidation - The accountingLineForValidation to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.