com.seeyon.ctp.organization.bo
类 CompareSortRelationship

java.lang.Object
  继承者 com.seeyon.ctp.organization.bo.CompareSortRelationship
所有已实现的接口:
java.util.Comparator<V3xOrgRelationship>

public class CompareSortRelationship
extends java.lang.Object
implements java.util.Comparator<V3xOrgRelationship>


构造方法摘要
CompareSortRelationship()
           
 
方法摘要
 int compare(V3xOrgRelationship ent1, V3xOrgRelationship ent2)
           
static CompareSortRelationship getInstance()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.util.Comparator 继承的方法
equals
 

构造方法详细信息

CompareSortRelationship

public CompareSortRelationship()
方法详细信息

getInstance

public static CompareSortRelationship getInstance()

compare

public int compare(V3xOrgRelationship ent1,
                   V3xOrgRelationship ent2)
指定者:
接口 java.util.Comparator<V3xOrgRelationship> 中的 compare