com.atlassian.bamboo.labels
Class LabelCountImpl
java.lang.Object
com.atlassian.bamboo.labels.LabelCountImpl
- All Implemented Interfaces:
- LabelCount
public class LabelCountImpl
- extends java.lang.Object
- implements LabelCount
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LabelCountImpl
public LabelCountImpl(Label label,
int count)
getCount
public int getCount()
- Specified by:
getCount
in interface LabelCount
setCount
public void setCount(int count)
- Specified by:
setCount
in interface LabelCount
getLabel
public Label getLabel()
- Specified by:
getLabel
in interface LabelCount
setLabel
public void setLabel(Label label)
- Specified by:
setLabel
in interface LabelCount
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object obj)
Copyright © 2010 Atlassian. All Rights Reserved.