com.atlassian.jira.issue.comments
Interface Comment

All Known Subinterfaces:
MutableComment
All Known Implementing Classes:
CommentImpl

public interface Comment


Method Summary
 String getAuthor()
           
 String getAuthorFullName()
           
 String getBody()
           
 Date getCreated()
           
 String getGroupLevel()
           
 Long getId()
           
 Issue getIssue()
           
 ProjectRole getRoleLevel()
           
 Long getRoleLevelId()
           
 String getUpdateAuthor()
           
 String getUpdateAuthorFullName()
           
 Date getUpdated()
           
 

Method Detail

getAuthor

String getAuthor()

getAuthorFullName

String getAuthorFullName()

getBody

String getBody()

getCreated

Date getCreated()

getGroupLevel

String getGroupLevel()

getId

Long getId()

getRoleLevelId

Long getRoleLevelId()

getRoleLevel

ProjectRole getRoleLevel()

getIssue

Issue getIssue()

getUpdateAuthor

String getUpdateAuthor()

getUpdateAuthorFullName

String getUpdateAuthorFullName()

getUpdated

Date getUpdated()


Copyright © 2002-2009 Atlassian. All Rights Reserved.