com.atlassian.jira.issue.comments
Interface Comment

All Known Subinterfaces:
MutableComment
All Known Implementing Classes:
CommentImpl

public interface Comment


Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getAuthorFullName()
           
 com.opensymphony.user.User getAuthorObject()
          Get the user that created the comment
 java.lang.String getBody()
           
 java.util.Date getCreated()
           
 java.lang.String getGroupLevel()
           
 java.lang.Long getId()
           
 Issue getIssue()
           
 ProjectRole getRoleLevel()
           
 java.lang.Long getRoleLevelId()
           
 java.lang.String getUpdateAuthor()
           
 java.lang.String getUpdateAuthorFullName()
           
 com.opensymphony.user.User getUpdateAuthorObject()
          Get the user that performed the update
 java.util.Date getUpdated()
           
 

Method Detail

getAuthor

java.lang.String getAuthor()

getAuthorObject

com.opensymphony.user.User getAuthorObject()
Get the user that created the comment

Returns:
a User object

getAuthorFullName

java.lang.String getAuthorFullName()

getBody

java.lang.String getBody()

getCreated

java.util.Date getCreated()

getGroupLevel

java.lang.String getGroupLevel()

getId

java.lang.Long getId()

getRoleLevelId

java.lang.Long getRoleLevelId()

getRoleLevel

ProjectRole getRoleLevel()

getIssue

Issue getIssue()

getUpdateAuthor

java.lang.String getUpdateAuthor()

getUpdateAuthorObject

com.opensymphony.user.User getUpdateAuthorObject()
Get the user that performed the update

Returns:
a User object

getUpdateAuthorFullName

java.lang.String getUpdateAuthorFullName()

getUpdated

java.util.Date getUpdated()


Copyright © 2002-2010 Atlassian. All Rights Reserved.