public class PurchasingUpdateAccountingLineValidation extends GenericValidation
Constructor and Description |
---|
PurchasingUpdateAccountingLineValidation() |
Modifier and Type | Method and Description |
---|---|
AccountingLine |
getUpdatedAccountingLine() |
void |
setUpdatedAccountingLine(AccountingLine updatedAccountingLine) |
boolean |
validate(AttributedDocumentEvent event)
This method validates that certain parameters
|
protected boolean |
verifyAccountingLinePercent(PurApAccountingLine purapAccountingLine)
Verifies that the accounting line percent is a whole number.
|
setQuitOnFail, shouldQuitOnFail, stageValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
public PurchasingUpdateAccountingLineValidation()
public boolean validate(AttributedDocumentEvent event)
Validation
protected boolean verifyAccountingLinePercent(PurApAccountingLine purapAccountingLine)
purapAccountingLine
- the accounting line to be validatedpublic AccountingLine getUpdatedAccountingLine()
public void setUpdatedAccountingLine(AccountingLine updatedAccountingLine)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.