|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dtf.testframework.testnode.RunUID
public class RunUID
This class is used to reference a particular test run. It is simply a wrapper class for a long member variable.
Constructor Summary | |
---|---|
RunUID(long runUID)
Creates a RunUID with the given id. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
long |
getUID()
Returns the unique identifier for this test run. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunUID(long runUID)
runUID
- the UID to be given to this runMethod Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final long getUID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |