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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()inthashCode()voidsetLabellings(Collection labellings) voidvoidsetNamespace(String namespace) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject
getId, setIdMethods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setIdMethods 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:
getNamespacein interfaceLabel
-
setNamespace
- Specified by:
setNamespacein interfaceLabel
-
getLabellings
-
setLabellings
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-
equals
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
compareTo
- Specified by:
compareToin interfaceComparable<Label>
-