public class CashReceiptCheckAmountPositiveValidation extends GenericValidation
| Constructor and Description |
|---|
CashReceiptCheckAmountPositiveValidation() |
| Modifier and Type | Method and Description |
|---|---|
Check |
getCheckForValidation()
Gets the checkForValidation attribute.
|
void |
setCheckForValidation(Check checkForValidation)
Sets the checkForValidation attribute value.
|
boolean |
validate(AttributedDocumentEvent event)
Verifies that the amount on the check is not negative.
|
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic CashReceiptCheckAmountPositiveValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)public Check getCheckForValidation()
public void setCheckForValidation(Check checkForValidation)
checkForValidation - The checkForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.