Class NumberOnlyBuildLabel
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.ui.util.NumberOnlyBuildLabel
-
- All Implemented Interfaces:
Comparable<NumberOnlyBuildLabel>
public final class NumberOnlyBuildLabel extends Object implements Comparable<NumberOnlyBuildLabel>
-
-
Constructor Summary
Constructors Constructor Description NumberOnlyBuildLabel(Run<?,?> run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(NumberOnlyBuildLabel that)
boolean
equals(Object o)
Run<?,?>
getRun()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NumberOnlyBuildLabel
public NumberOnlyBuildLabel(Run<?,?> run)
-
-
Method Detail
-
getRun
public Run<?,?> getRun()
-
compareTo
public int compareTo(NumberOnlyBuildLabel that)
- Specified by:
compareTo
in interfaceComparable<NumberOnlyBuildLabel>
-
-