public class CashReceiptFamilyDocumentTotalValidation extends GenericValidation
Constructor and Description |
---|
CashReceiptFamilyDocumentTotalValidation() |
Modifier and Type | Method and Description |
---|---|
CashReceiptFamilyBase |
getCashReceiptFamilyDocumentForValidation()
Gets the cashReceiptFamilyDocumentForValidation attribute.
|
void |
setCashReceiptFamilyDocumentForValidation(CashReceiptFamilyBase cashReceiptFamilyDocumentForValidation)
Sets the cashReceiptFamilyDocumentForValidation attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
For Cash Receipt documents, the document is balanced if the sum total of checks and cash and coin equals the sum total of the
accounting lines.
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public CashReceiptFamilyDocumentTotalValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)
public CashReceiptFamilyBase getCashReceiptFamilyDocumentForValidation()
public void setCashReceiptFamilyDocumentForValidation(CashReceiptFamilyBase cashReceiptFamilyDocumentForValidation)
cashReceiptFamilyDocumentForValidation
- The cashReceiptFamilyDocumentForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.