oracle.adf.view.faces.bi.model
Class DataCellKey
java.lang.Object
   oracle.adf.view.faces.bi.model.CellKey
oracle.adf.view.faces.bi.model.CellKey
       oracle.adf.view.faces.bi.model.DataCellKey
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:
- toStringin class- java.lang.Object
 
- 
 
equals
public boolean equals(java.lang.Object object)
- 
- Overrides:
- equalsin class- java.lang.Object
 
- 
 
equals
public boolean equals(DataCellKey key)
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.