Package com.atlassian.bamboo.labels
Class LabelCountImpl
- java.lang.Object
-
- com.atlassian.bamboo.labels.LabelCountImpl
-
- All Implemented Interfaces:
LabelCount
public class LabelCountImpl extends Object implements LabelCount
-
-
Constructor Summary
Constructors Constructor Description LabelCountImpl(Label label, int count)
-
-
-
Constructor Detail
-
LabelCountImpl
public LabelCountImpl(Label label, int count)
-
-
Method Detail
-
getCount
public int getCount()
- Specified by:
getCount
in interfaceLabelCount
-
setCount
public void setCount(int count)
- Specified by:
setCount
in interfaceLabelCount
-
getLabel
public Label getLabel()
- Specified by:
getLabel
in interfaceLabelCount
-
setLabel
public void setLabel(Label label)
- Specified by:
setLabel
in interfaceLabelCount
-
compareTo
public int compareTo(Object obj)
-
-