com.atlassian.bamboo.labels
Class LabellingImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.labels.LabellingImpl
All Implemented Interfaces:
BambooObject, Labelling, java.lang.Cloneable

public class LabellingImpl
extends BambooEntityObject
implements Labelling


Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
LabellingImpl()
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object o)
           
 Build getBuild()
           
 BuildResultsSummary getBuildResultsSummary()
           
 Label getLabel()
           
 Project getProject()
           
 java.lang.String getUserName()
           
 int hashCode()
           
 void setBuild(Build build)
           
 void setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
           
 void setLabel(Label label)
           
 void setProject(Project project)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
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
 
Methods inherited from interface com.atlassian.bamboo.labels.Labelling
getCreationDate, getLastModificationDate, setCreationDate, setLastModificationDate
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Constructor Detail

LabellingImpl

public LabellingImpl()
Method Detail

getLabel

public Label getLabel()
Specified by:
getLabel in interface Labelling

setLabel

public void setLabel(Label label)
Specified by:
setLabel in interface Labelling

getBuildResultsSummary

public BuildResultsSummary getBuildResultsSummary()
Specified by:
getBuildResultsSummary in interface Labelling

setBuildResultsSummary

public void setBuildResultsSummary(BuildResultsSummary 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

getBuild

public Build getBuild()
Specified by:
getBuild in interface Labelling

setBuild

public void setBuild(Build build)
Specified by:
setBuild 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 © 2008 Atlassian Pty Ltd. All Rights Reserved.