public class OleAccountingLineAmountValidation extends GenericValidation
| Constructor and Description | 
|---|
| OleAccountingLineAmountValidation() | 
| 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)Generates the GLPEs for a given accounting document and checks that the debits total equals
 the credits total. | 
setQuitOnFail, shouldQuitOnFail, stageValidationgetParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterPropertiespublic OleAccountingLineAmountValidation()
public boolean validate(AttributedDocumentEvent event)
org.kuali.ole.sys.document.validation.GenericValidation#validate(java.lang.Object[])public AccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(AccountingLine accountingLineForValidation)
accountingLineForValidation - The accountingLineForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.