public class TransferOfFundsTransferTotalsBalancedValidation extends GenericValidation
Constructor and Description |
---|
TransferOfFundsTransferTotalsBalancedValidation() |
Modifier and Type | Method and Description |
---|---|
AccountingDocument |
getAccountingDocumentForValidation()
Gets the accountingDocumentForValidation attribute.
|
TransferOfFundsService |
getTransferOfFundsService()
Gets the transferOfFundsService attribute.
|
void |
setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
Sets the accountingDocumentForValidation attribute value.
|
void |
setTransferOfFundsService(TransferOfFundsService transferOfFundsService)
Sets the transferOfFundsService attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
This method checks the sum of all of the "From" accounting lines with mandatory transfer object codes against the sum of all
of the "To" accounting lines with mandatory transfer object codes.
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public TransferOfFundsTransferTotalsBalancedValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)
public AccountingDocument getAccountingDocumentForValidation()
public void setAccountingDocumentForValidation(AccountingDocument accountingDocumentForValidation)
accountingDocumentForValidation
- The accountingDocumentForValidation to set.public TransferOfFundsService getTransferOfFundsService()
public void setTransferOfFundsService(TransferOfFundsService transferOfFundsService)
transferOfFundsService
- The transferOfFundsService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.