org.kuali.kfs.sys.businessobject
Class AccountingLineComparator
java.lang.Object
org.kuali.kfs.sys.businessobject.AccountingLineComparator
- All Implemented Interfaces:
- Comparator<AccountingLine>
public class AccountingLineComparator
- extends Object
- implements Comparator<AccountingLine>
The standard comparator for AccountingLine objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountingLineComparator
public AccountingLineComparator()
compare
public int compare(AccountingLine rosencrantz,
AccountingLine guildenstern)
- Compares two accounting lines based on their sequence number
- Specified by:
compare
in interface Comparator<AccountingLine>
- See Also:
Comparator.compare(java.lang.Object, java.lang.Object)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.