This is the generic class which contains all the elements on a typical line of accounting elements. These are all the accounting
items necessary to create a pending entry to the G/L. All transaction documents will use this business object inherently.
This method retrieves the debit/credit code for the accounting line. This method will only return a not null value for a
Journal Voucher document.
A String code.
This method retrieves the encumbrance update code for the accounting line. This method will only return a not null value for
a Journal Voucher document.
A String code.
This method retrieves the ObjectType for the accounting line. This method will only return a not null value for a Journal
Voucher document.
An ObjectType instance.
Parameters: chart - The chartOfAccountsCode to set.
setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)(Code)
Parameters: chartOfAccountsCode - The chartOfAccountsCode to set.
setDebitCreditCode
public void setDebitCreditCode(String debitCreditCode)(Code)
This method sets the debit/credit code for the accounting line. This method should only be used for a Journal Voucher
document.
Parameters: debitCreditCode -
setDocumentNumber
public void setDocumentNumber(String documentNumber)(Code)
Parameters: documentNumber - The documentNumber to set.
setEncumbranceUpdateCode
public void setEncumbranceUpdateCode(String encumbranceUpdateCode)(Code)
This method sets the debit/credit code for the accounting line. This method should only be used for a Journal Voucher
document.
Parameters: encumbranceUpdateCode -
setFinancialDocumentLineDescription
public void setFinancialDocumentLineDescription(String financialDocumentLineDescription)(Code)
Parameters: financialDocumentLineDescription - The financialDocumentLineDescription to set.
setFinancialDocumentLineTypeCode
public void setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)(Code)
Parameters: financialDocumentLineTypeCode - The financialDocumentLineTypeCode to set.
setFinancialObjectCode
public void setFinancialObjectCode(String financialObjectCode)(Code)
Parameters: financialObjectCode - The financialObjectCode to set.
setFinancialSubObjectCode
public void setFinancialSubObjectCode(String financialSubObjectCode)(Code)
Parameters: financialSubObjectCode - The financialSubObjectCode to set.
setNonFringeAccountOverride
public void setNonFringeAccountOverride(boolean nonFringeAccountOverride)(Code)