com.atlassian.bamboo.labels
Class LabelImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.labels.LabelImpl
- All Implemented Interfaces:
- BambooObject, Label, java.lang.Cloneable, java.lang.Comparable<Label>
public class LabelImpl
- extends BambooEntityObject
- implements Label
Constructor Summary |
LabelImpl()
|
LabelImpl(java.lang.String name,
java.lang.String namespace)
|
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LabelImpl
public LabelImpl()
LabelImpl
public LabelImpl(java.lang.String name,
java.lang.String namespace)
getName
public java.lang.String getName()
- Specified by:
getName
in interface Label
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface Label
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace
in interface Label
setNamespace
public void setNamespace(java.lang.String namespace)
- Specified by:
setNamespace
in interface Label
getLabellings
public java.util.Collection getLabellings()
setLabellings
public void setLabellings(java.util.Collection labellings)
hashCode
public int hashCode()
- Overrides:
hashCode
in class com.atlassian.core.bean.EntityObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class com.atlassian.core.bean.EntityObject
compareTo
public int compareTo(Label o)
- Specified by:
compareTo
in interface java.lang.Comparable<Label>
Copyright © 2010 Atlassian. All Rights Reserved.