oracle.adf.view.faces.bi.model
Class DataCellKey
java.lang.Object
oracle.adf.view.faces.bi.model.CellKey
oracle.adf.view.faces.bi.model.DataCellKey
- All Implemented Interfaces:
- java.io.Serializable
public class DataCellKey
- extends CellKey
- Since:
- release specific (what release of product did this appear in)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DataCellKey
public DataCellKey(QDR rowKey,
QDR columnKey)
getRowKey
public QDR getRowKey()
getColumnKey
public QDR getColumnKey()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
equals
public boolean equals(DataCellKey key)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 1997, 2009, Oracle. All rights reserved.