Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.model.CellKey
      extended by oracle.adf.view.faces.bi.model.HeaderCellKey
All Implemented Interfaces:
java.io.Serializable

public class HeaderCellKey
extends CellKey

Unique identifier of a Pivot Table header cell. Header cell keys indicate which data is represented by a header cell, such as "Boston, 2010, Sales", while header cell indexes indicate the ordinal position of a header cell, such as "layer 1, slice 7".

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

Constructor Summary
HeaderCellKey(QDR qdr)
          Creates a key for the header cell corresponding to the specified QDR
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if and only if the specified object is a HeaderCellKey whose QDR equals the QDR of this HeaderCellKey.
 QDR getQdr()
          Gets the QDR for this header cell.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderCellKey

public HeaderCellKey(QDR qdr)
Creates a key for the header cell corresponding to the specified QDR
Parameters:
qdr - Should contain one entry for each header cell between this header cell and its "ancestor" header cell on the edge's outermost layer, inclusive, and no other entries
Method Detail

getQdr

public QDR getQdr()
Gets the QDR for this header cell.

Returns:
the QDR

equals

public boolean equals(java.lang.Object object)
Returns true if and only if the specified object is a HeaderCellKey whose QDR equals the QDR of this HeaderCellKey.

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 HeaderCellKey object; false otherwise

hashCode

public int hashCode()
Overrides:
hashCode in class CellKey

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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