|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.script.Subitem
com.rational.test.ft.script.Id
Encapsulates a programmatically defined identifier associated with a subitem. This identifier is unique relative to a particular control defined in the object map.
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 |
public Id(long id)
Method Detail |
public long getId()
public java.lang.String toString()
String
to the value that this class represents.
public boolean equals(java.lang.Object other)
Id
values and returns true
if they are equal.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |