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 intcompareTo(NumberOnlyBuildLabel that)booleanequals(Object o)Run<?,?>getRun()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
NumberOnlyBuildLabel
public NumberOnlyBuildLabel(Run<?,?> run)
-
-
Method Detail
-
getRun
public Run<?,?> getRun()
-
compareTo
public int compareTo(NumberOnlyBuildLabel that)
- Specified by:
compareToin interfaceComparable<NumberOnlyBuildLabel>
-
-