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, validate
populateParameterFromEvent, populateParametersFromEvent
public static final String IS_NEW_LINE
public static final String IS_OLD_LINE
protected AccountingLine accountingLineForValidation
public AccountingLineBranchingValidation()
protected String determineBranch(AttributedDocumentEvent event)
BranchingValidation
determineBranch
in class BranchingValidation
event
- the event which triggered this validationpublic AccountingLine getAccountingLineForValidation()
public void setAccountingLineForValidation(AccountingLine accountingLine)
accountingLineForValidation
- The accountingLineForValidation to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.