IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class Id

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

public class Id
extends Subitem

Encapsulates a programmatically defined identifier associated with a subitem. This identifier is unique relative to a particular control defined in the object map.

Since:
RFT1.0

Constructor Summary
Id(long id)
          The sole constructor; it takes the required integer value.
 
Method Summary
 boolean equals(java.lang.Object other)
          Compares Id values and returns true if they are equal.
 long getId()
          Accesses the index value.
 java.lang.String toString()
          Sets String to the value that this class represents.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Id

public Id(long id)
The sole constructor; it takes the required integer value.

Since:
RFT1.0
Method Detail

getId

public long getId()
Accesses the index value.

Since:
RFT1.0

toString

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

Overrides:
toString in class java.lang.Object
Since:
RFT1.0

equals

public boolean equals(java.lang.Object other)
Compares Id values and returns true if they are equal.

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