Skip navigation links

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

E17492-04


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

java.lang.Object
  extended by oracle.adf.view.faces.bi.model.CellKey
      extended by oracle.adf.view.faces.bi.model.DataCellKey

All Implemented Interfaces:
java.io.Serializable

public class DataCellKey
extends CellKey

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

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

Constructor Summary
DataCellKey(QDR rowKey, QDR columnKey)
          Creates a key for the data cell at the intersection of the specified row and column.

 

Method Summary
 boolean equals(DataCellKey key)
           
 boolean equals(java.lang.Object object)
          Returns true if and only if the specified object is a DataCellKey whose row and column QDRs are equal to those of this DataCellKey.
 QDR getColumnKey()
          Gets the QDR for the column of this data cell.
 QDR getRowKey()
          Gets the QDR for the row of this data cell.
 int hashCode()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DataCellKey

public DataCellKey(QDR rowKey,
                   QDR columnKey)
Creates a key for the data cell at the intersection of the specified row and column.
Parameters:
rowKey - the QDR of the row, containing one entry for each header cell in the row, and no other entries
columnKey - the QDR of the column, containing one entry for each header cell in the column, and no other entries

Method Detail

getRowKey

public QDR getRowKey()
Gets the QDR for the row of this data cell.
Returns:
the QDR for the row of this data cell

getColumnKey

public QDR getColumnKey()
Gets the QDR for the column of this data cell.
Returns:
the QDR for the column of this data cell

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if and only if the specified object is a DataCellKey whose row and column QDRs are equal to those of this DataCellKey.
Overrides:
equals in class java.lang.Object
Parameters:
object - the object to test for equality
Returns:
true if the specified object is equal to this DataCellKey object; false otherwise

equals

public boolean equals(DataCellKey key)

hashCode

public int hashCode()
Overrides:
hashCode in class CellKey

Skip navigation links

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

E17492-04


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