|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.Id
public class 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.
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
Id
values and returns true
if they are equal.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |