com.atlassian.bamboo.labels
Class LabellingImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.labels.LabellingImpl
- All Implemented Interfaces:
- BambooObject, Labelling, java.lang.Cloneable
public class LabellingImpl
- extends BambooEntityObject
- implements Labelling
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 |
LabellingImpl
public LabellingImpl()
getLabel
public Label getLabel()
- Specified by:
getLabel
in interface Labelling
setLabel
public void setLabel(Label label)
- Specified by:
setLabel
in interface Labelling
getBuildResultsSummary
public ResultsSummary getBuildResultsSummary()
- Specified by:
getBuildResultsSummary
in interface Labelling
setBuildResultsSummary
public void setBuildResultsSummary(ResultsSummary buildResultsSummary)
- Specified by:
setBuildResultsSummary
in interface Labelling
getProject
public Project getProject()
- Specified by:
getProject
in interface Labelling
setProject
public void setProject(Project project)
- Specified by:
setProject
in interface Labelling
getPlan
public Plan getPlan()
- Specified by:
getPlan
in interface Labelling
setPlan
public void setPlan(Plan plan)
- Specified by:
setPlan
in interface Labelling
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName
in interface Labelling
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName
in interface Labelling
hashCode
public int hashCode()
- Overrides:
hashCode
in class com.atlassian.core.bean.EntityObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class com.atlassian.core.bean.EntityObject
compareTo
public int compareTo(java.lang.Object obj)
Copyright © 2010 Atlassian. All Rights Reserved.