org.kuali.kfs.fp.businessobject
Class BudgetAdjustmentAccountingLineParser

java.lang.Object
  extended by org.kuali.kfs.sys.businessobject.AccountingLineParserBase
      extended by org.kuali.kfs.fp.businessobject.BudgetAdjustmentAccountingLineParser
All Implemented Interfaces:
AccountingLineParser

public class BudgetAdjustmentAccountingLineParser
extends AccountingLineParserBase

This class represents a BudgetAdjustmentDocument accounting line parser


Field Summary
protected static String[] AD_FORMAT
           
 
Fields inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase
DEFAULT_FORMAT
 
Constructor Summary
BudgetAdjustmentAccountingLineParser()
          Constructs a AdvanceDepositAccountingLineParser.java.
 
Method Summary
 String[] getSourceAccountingLineFormat()
           
 String[] getTargetAccountingLineFormat()
           
 
Methods inherited from class org.kuali.kfs.sys.businessobject.AccountingLineParserBase
chooseFormat, getExpectedAccountingLineFormatAsString, getSourceAccountingLineClass, getTargetAccountingLineClass, importAccountingLines, importSourceAccountingLines, importTargetAccountingLines, parseAccountingLine, parseSourceAccountingLine, parseTargetAccountingLine, performCustomSourceAccountingLinePopulation, performCustomTargetAccountingLinePopulation, populateAccountingLine, putCommonAttributesInMap, removeChartFromFormatIfNeeded, retrieveAttributeLabel, validateImportedAccountingLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AD_FORMAT

protected static final String[] AD_FORMAT
Constructor Detail

BudgetAdjustmentAccountingLineParser

public BudgetAdjustmentAccountingLineParser()
Constructs a AdvanceDepositAccountingLineParser.java.

Method Detail

getSourceAccountingLineFormat

public String[] getSourceAccountingLineFormat()
Specified by:
getSourceAccountingLineFormat in interface AccountingLineParser
Overrides:
getSourceAccountingLineFormat in class AccountingLineParserBase
Returns:
SourceAccountingLine attribute format
See Also:
org.kuali.rice.kns.bo.AccountingLineParserBase#getSourceAccountingLineFormat()

getTargetAccountingLineFormat

public String[] getTargetAccountingLineFormat()
Specified by:
getTargetAccountingLineFormat in interface AccountingLineParser
Overrides:
getTargetAccountingLineFormat in class AccountingLineParserBase
Returns:
TargetAccountingLine attribute format
See Also:
org.kuali.rice.kns.bo.AccountingLineParser#getTargetAccountingLineFormat()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.