public class CashReceiptCheckAmountNotZeroValidation extends GenericValidation
Constructor and Description |
---|
CashReceiptCheckAmountNotZeroValidation() |
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 a check amount is not zero.
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public CashReceiptCheckAmountNotZeroValidation()
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.