Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.adf.view.faces.bi.model
Class CellKey

java.lang.Object
  extended by oracle.adf.view.faces.bi.model.CellKey
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataCellKey, HeaderCellKey, UIGrid.NullCellKey

public abstract class CellKey
extends java.lang.Object
implements java.io.Serializable

Unique identifier of a Pivot Table cell. Cell keys indicate which data is represented by a cell, such as "Boston, 2010, Sales", while cell indexes indicate the ordinal position of a cell, such as "row 4, column 2".

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
CellKey()
           
 
Method Summary
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellKey

public CellKey()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.