public class CashReceiptFamilyAccountingLineAmountValidation extends GenericValidation
| Constructor and Description | 
|---|
| CashReceiptFamilyAccountingLineAmountValidation() | 
| Modifier and Type | Method and Description | 
|---|---|
| AccountingLine | getAccountingLineForValidation()Gets the accountingLineForValidation attribute. | 
| void | setAccountingLineForValidation(AccountingLine accountingLineForValidation)Sets the accountingLineForValidation attribute value. | 
| boolean | validate(AttributedDocumentEvent event)Cash Receipt documents allow both positive and negative values, so we only need to check for zero amounts. | 
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic CashReceiptFamilyAccountingLineAmountValidation()
public boolean validate(AttributedDocumentEvent event)
Validation.validate(org.kuali.ole.sys.document.validation.event.AttributedDocumentEvent)public AccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(AccountingLine accountingLineForValidation)
accountingLineForValidation - The accountingLineForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.