org.alfresco.bm.server
Class BMTestRun.Key

java.lang.Object
  extended by org.alfresco.bm.server.BMTestRun.Key
All Implemented Interfaces:
Comparable<BMTestRun.Key>
Enclosing class:
BMTestRun

public static class BMTestRun.Key
extends Object
implements Comparable<BMTestRun.Key>

The key that represents the unique data defining a specific test run i.e. the BMTestRun.testName and BMTestRun.testRunName.

Since:
1.0
Author:
Derek Hulley

Constructor Summary
BMTestRun.Key(String testName, String testRunName)
           
 
Method Summary
 int compareTo(BMTestRun.Key that)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BMTestRun.Key

public BMTestRun.Key(String testName,
                     String testRunName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(BMTestRun.Key that)
Specified by:
compareTo in interface Comparable<BMTestRun.Key>


Copyright © 2012. All Rights Reserved.