public class PurapAccountingLineComparator extends Object implements Comparator<AccountingLine>
Constructor and Description |
---|
PurapAccountingLineComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(AccountingLine sal1,
AccountingLine sal2)
Compares two accounting lines based on their account number and object code, in ascending order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public PurapAccountingLineComparator()
public int compare(AccountingLine sal1, AccountingLine sal2)
compare
in interface Comparator<AccountingLine>
Comparator.compare(java.lang.Object, java.lang.Object)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.