org.eclipse.birt.chart.internal.factory
Class SortKey

java.lang.Object
  extended byorg.eclipse.birt.chart.internal.factory.SortKey

public class SortKey
extends java.lang.Object


Constructor Summary
SortKey(java.lang.String key, SortOption direction)
           
 
Method Summary
 boolean equals(SortKey other)
           
 SortOption getDirection()
           
 java.lang.String getKey()
           
 int getKeyIndex()
           
 int hashCode()
           
 void setKeyIndex(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortKey

public SortKey(java.lang.String key,
               SortOption direction)
Method Detail

getKey

public java.lang.String getKey()

setKeyIndex

public void setKeyIndex(int index)

getKeyIndex

public int getKeyIndex()

getDirection

public SortOption getDirection()

equals

public boolean equals(SortKey other)

hashCode

public int hashCode()


Copyright © 2005 Actuate Corp. All rights reserved.