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, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public 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–2014 The Kuali Foundation. All rights reserved.