com.atlassian.bamboo.comment
Class CommentImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.comment.CommentImpl
All Implemented Interfaces:
Comment, BambooObject, java.lang.Cloneable

public class CommentImpl
extends BambooEntityObject
implements Comment


Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
CommentImpl()
           
 
Method Summary
 BuildResultsSummary getBuildResultsSummary()
           
 java.lang.String getContent()
           
 com.atlassian.user.User getUser()
           
 java.lang.String getUserName()
           
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 void setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
           
 void setContent(java.lang.String content)
           
 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, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, 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.comment.Comment
getCreationDate, getLastModificationDate
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Constructor Detail

CommentImpl

public CommentImpl()
Method Detail

getContent

public java.lang.String getContent()
Specified by:
getContent in interface Comment

setContent

public void setContent(java.lang.String content)
Specified by:
setContent in interface Comment

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface Comment

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface Comment

getUser

public com.atlassian.user.User getUser()
Specified by:
getUser in interface Comment

getBuildResultsSummary

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

setBuildResultsSummary

public void setBuildResultsSummary(BuildResultsSummary buildResultsSummary)
Specified by:
setBuildResultsSummary in interface Comment

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.