Package com.atlassian.bamboo.labels
Class LabelImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
com.atlassian.bamboo.labels.LabelImpl
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,Label
,CreationDateProvider
,Cloneable
,Comparable<Label>
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.utils.CreationDateProvider
ORDERING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
int
hashCode()
void
setLabellings
(Collection labellings) void
void
setNamespace
(String namespace) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setId
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
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.labels.Label
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
-
Constructor Details
-
LabelImpl
public LabelImpl() -
LabelImpl
-
-
Method Details
-
getName
-
setName
-
getNamespace
- Specified by:
getNamespace
in interfaceLabel
-
setNamespace
- Specified by:
setNamespace
in interfaceLabel
-
getLabellings
-
setLabellings
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
equals
- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Label>
-