IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft.script
Class Id

java.lang.Object
  extended bycom.rational.test.ft.script.Subitem
      extended bycom.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.

Since:
RFT1.0

equals

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

Since:
RFT1.0