@Entity public class LabellingImpl extends HibernateBambooEntityObject implements Labelling
ORDERING
Constructor and Description |
---|
LabellingImpl() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
ResultsSummary |
getBuildResultsSummary() |
Label |
getLabel() |
Plan |
getPlan() |
Project |
getProject() |
String |
getUserName() |
int |
hashCode() |
void |
setBuildResultsSummary(ResultsSummary buildResultsSummary) |
void |
setLabel(Label label) |
void |
setPlan(Plan plan) |
void |
setProject(Project project) |
void |
setUserName(String userName) |
getId, setId
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
setId
getId
public ResultsSummary getBuildResultsSummary()
getBuildResultsSummary
in interface Labelling
public void setBuildResultsSummary(ResultsSummary buildResultsSummary)
setBuildResultsSummary
in interface Labelling
public Project getProject()
getProject
in interface Labelling
public void setProject(Project project)
setProject
in interface Labelling
public String getUserName()
getUserName
in interface Labelling
public void setUserName(String userName)
setUserName
in interface Labelling
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(Object obj)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.