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>


Field Summary
static int NAME
           
 
Constructor Summary
SortTask(int 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
 

Field Detail

NAME

public static final int NAME
See Also:
Constant Field Values
Constructor Detail

SortTask

public SortTask(int 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.