|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.model.CellKey
oracle.adf.view.faces.bi.model.DataCellKey
public class DataCellKey
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".
| 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 |
|---|
public DataCellKey(QDR rowKey,
QDR columnKey)
rowKey - the QDR of the row, containing one entry for each header cell in the row, and no other entriescolumnKey - the QDR of the column, containing one entry for each header cell in the column, and no other entries| Method Detail |
|---|
public QDR getRowKey()
QDR for the row of this data cell.
QDR for the row of this data cellpublic QDR getColumnKey()
QDR for the column of this data cell.
QDR for the column of this data cellpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
true if and only if the specified object is a DataCellKey
whose row and column QDRs are equal to those of this DataCellKey.
equals in class java.lang.Objectobject - the object to test for equality
true if the specified object is equal to this DataCellKey object; false otherwisepublic boolean equals(DataCellKey key)
public int hashCode()
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 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||