public class AuxiliaryVoucherSingleChartUsedValidation extends GenericValidation
| Constructor and Description |
|---|
AuxiliaryVoucherSingleChartUsedValidation() |
| Modifier and Type | Method and Description |
|---|---|
AccountingDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute.
|
void |
setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
Iterates
instances in a given instance and
compares them to see if they are all in the same Chart. |
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic AuxiliaryVoucherSingleChartUsedValidation()
public boolean validate(AttributedDocumentEvent event)
AccountingLine instances in a given FinancialDocument instance and
compares them to see if they are all in the same Chart.Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)public AccountingDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
accountingDocumentForValidation - The accountingDocumentForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.