@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) |
getId, setIdclone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreationDate, getLastModificationDate, setCreationDate, setLastModificationDatesetIdgetIdpublic String getNamespace()
getNamespace in interface Labelpublic void setNamespace(String namespace)
setNamespace in interface Labelpublic Collection getLabellings()
public void setLabellings(Collection labellings)
public int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(Label o)
compareTo in interface Comparable<Label>Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.