public class AccountingLineBranchingValidation extends BranchingValidation
| Modifier and Type | Field and Description |
|---|---|
protected AccountingLine |
accountingLineForValidation |
static String |
IS_NEW_LINE |
static String |
IS_OLD_LINE |
branchMap, parameterProperties, shouldQuitOnFail| Constructor and Description |
|---|
AccountingLineBranchingValidation() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
determineBranch(AttributedDocumentEvent event)
Determines which branch, if any, within the branchMap should be used as the validation to take.
|
AccountingLine |
getAccountingLineForValidation()
Gets the accountingLineForValidation attribute.
|
void |
setAccountingLineForValidation(AccountingLine accountingLine)
Sets the accountingLineForValidation attribute value.
|
getBranchMap, getParameterProperties, setBranchMap, setParameterProperties, setShouldQuitOnFail, shouldQuitOnFail, stageValidation, validatepopulateParameterFromEvent, populateParametersFromEventpublic static final String IS_NEW_LINE
public static final String IS_OLD_LINE
protected AccountingLine accountingLineForValidation
public AccountingLineBranchingValidation()
protected String determineBranch(AttributedDocumentEvent event)
BranchingValidationdetermineBranch in class BranchingValidationevent - the event which triggered this validationpublic AccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(AccountingLine accountingLine)
accountingLineForValidation - The accountingLineForValidation to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.