This is the FinancialDocument interface. The TransactionalDocument interface should extend this. It represents any document that
exists within the Financial Transactions module, but isn't transactional (i.e. no accounting lines). This interface was put in
place to facilitate the CashManagementDocument which is a Financial Transaction module document, but doesn't have accounting
lines.
getNextSourceLineNumber() Retrieves the next line sequence number for an accounting line in the Source accounting line section on a transactional
document.
getNextTargetLineNumber() Retrieves the next line sequence number for an accounting line in the Target accounting line section on a transactional
document.
getSourceAccountingLinesSectionTitle() This method is used to return the title that a transactional document should give to it's source accounting line section.
getTargetAccountingLinesSectionTitle() This method is used to return the title that a transactional document should give to it's source accounting line section.
Retrieves the next line sequence number for an accounting line in the Source accounting line section on a transactional
document.
The next available source line number.
Retrieves the next line sequence number for an accounting line in the Target accounting line section on a transactional
document.
The next available target line number.
This method returns the accounting line at a particular spot in the overall list of accounting lines.
Parameters: index - The source accounting line at the specified index.
This method is used to return the title that a transactional document should give to it's source accounting line section.
The source accounting line section's title.
This method is used to return the title that a transactional document should give to it's source accounting line section.
The target accounting line section's title.