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

E12063-07

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

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

public class DataCellIndex
extends CellIndex

Contains the zero-based indexes of the row and column of a data cell.

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

Constructor Summary
DataCellIndex(int row, int column)
          Creates a new DataCellIndex with the specified row and column.
 
Method Summary
 boolean equals(DataCellIndex dataCellIndex)
           
 boolean equals(java.lang.Object obj)
          Returns true if and only if the specified object is a DataCellIndex whose row and column are equal to those of this DataCellIndex.
 int getColumn()
          Returns the datacell's column.
 int getRow()
          Returns the datacell's row.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataCellIndex

public DataCellIndex(int row,
                     int column)
Creates a new DataCellIndex with the specified row and column.

Parameters:
row - the row of the datacell
column - the column of the datacell
Method Detail

getRow

public int getRow()
Returns the datacell's row.

Returns:
the zero-based index of the datacell's row

getColumn

public int getColumn()
Returns the datacell's column.

Returns:
the zero-based index of the datacell's column

equals

public boolean equals(java.lang.Object obj)
Returns true if and only if the specified object is a DataCellIndex whose row and column are equal to those of this DataCellIndex.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the object to test for equality
Returns:
true if the specified object is equal to this DataCellIndex object; false otherwise

equals

public boolean equals(DataCellIndex dataCellIndex)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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

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

E12063-07

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