org.kuali.kfs.sys.businessobject
Class AccountingLineComparator

java.lang.Object
  extended by 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


Constructor Summary
AccountingLineComparator()
           
 
Method Summary
 int compare(AccountingLine rosencrantz, AccountingLine guildenstern)
          Compares two accounting lines based on their sequence number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AccountingLineComparator

public AccountingLineComparator()
Method Detail

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.