com.trackstudio.tools.compare
Class SortTask

java.lang.Object
  extended by com.trackstudio.tools.compare.SortTask
All Implemented Interfaces:
java.util.Comparator<SecuredTaskBean>

public class SortTask
extends java.lang.Object
implements java.util.Comparator<SecuredTaskBean>


Constructor Summary
SortTask(FieldSort key)
           
 
Method Summary
 int compare(SecuredTaskBean o1, SecuredTaskBean o2)
           
 
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

SortTask

public SortTask(FieldSort key)
Method Detail

compare

public int compare(SecuredTaskBean o1,
                   SecuredTaskBean o2)
Specified by:
compare in interface java.util.Comparator<SecuredTaskBean>


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.