org.eclipse.birt.chart.internal.datafeed
Class GroupKey

java.lang.Object
  extended byorg.eclipse.birt.chart.internal.datafeed.GroupKey

public class GroupKey
extends java.lang.Object

Represents a grouping key


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

Constructor Detail

GroupKey

public GroupKey(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(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © 2005-2007 Actuate Corp. All rights reserved.