public class AuxiliaryVoucherSingleSubFundValidation extends GenericValidation
Constructor and Description |
---|
AuxiliaryVoucherSingleSubFundValidation() |
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 Sub-Fund Group. |
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public AuxiliaryVoucherSingleSubFundValidation()
public boolean validate(AttributedDocumentEvent event)
AccountingLine
instances in a given FinancialDocument
instance and
compares them to see if they are all in the same Sub-Fund Group.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.