@Entity public class LabelImpl extends HibernateBambooEntityObject implements Label
ORDERING
Constructor and Description |
---|
LabelImpl() |
LabelImpl(String name,
String namespace) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Label o) |
boolean |
equals(Object o) |
Collection |
getLabellings() |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
void |
setLabellings(Collection labellings) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
setId
getId
public String getNamespace()
getNamespace
in interface Label
public void setNamespace(String namespace)
setNamespace
in interface Label
public Collection getLabellings()
public void setLabellings(Collection labellings)
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(Label o)
compareTo
in interface Comparable<Label>
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.