IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class RowColumnIndex

java.lang.Object
  extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.RowColumnIndex

public class RowColumnIndex
extends Subitem


Constructor Summary
RowColumnIndex(int rowIndex, int colIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares RowColumn values.
 int GetColumnIndex()
          Accesses the ColumnIndex value.
 int GetRowIndex()
          Accesses the RowIndex value.
 java.lang.String ToString()
          Sets toString to the value that this class represents.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowColumnIndex

public RowColumnIndex(int rowIndex,
                      int colIndex)
Method Detail

GetRowIndex

public int GetRowIndex()
Accesses the RowIndex value.

Since:
RFT1.1

GetColumnIndex

public int GetColumnIndex()
Accesses the ColumnIndex value.

Since:
RFT1.1

equals

public boolean equals(java.lang.Object obj)
Compares RowColumn values.

Overrides:
equals in class java.lang.Object
Since:
RFT1.1

ToString

public java.lang.String ToString()
Sets toString to the value that this class represents.

Since:
RFT1.1