accountStringsAreEqual(SourceAccountingLine accountingLine) Compares the current accounting line values with a source accounting line to see if both accounting lines are equal.
abstractpublic boolean
accountStringsAreEqual(PurApAccountingLine accountingLine) Compares the current accounting line values with a purap accounting line to see if both accounting lines are equal.
Compares the current accounting line values with a source accounting line to see if both accounting lines are equal.
Parameters: accountingLine - - accounting line to compare boolean - true if passed in and current accounting line are equal, false otherwise
Compares the current accounting line values with a purap accounting line to see if both accounting lines are equal.
Parameters: accountingLine - - accounting line to compare boolean - true if passed in and current accounting line are equal, false otherwise
Creates a copy of the current purap accounting line and sets the percentage and the amount to zero.
- purap accounting line copy with blank percent and amount