public class

ExternalComment

extends Object
java.lang.Object
   ↳ com.atlassian.jira.external.beans.ExternalComment

Summary

Public Constructors
ExternalComment()
ExternalComment(String body)
Public Methods
String getBody()
String getGroupLevel()
String getId()
String getIssueId()
Long getRoleLevelId()
Date getTimePerformed()
String getUpdateAuthor()
Date getUpdated()
String getUsername()
void setBody(String body)
void setGroupLevel(String groupLevel)
void setId(String id)
void setIssueId(String issueId)
void setRoleLevelId(Long roleLevelId)
void setTimePerformed(Date timePerformed)
void setUpdateAuthor(String updateAuthor)
void setUpdated(Date updated)
void setUsername(String username)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExternalComment ()

public ExternalComment (String body)

Public Methods

public String getBody ()

public String getGroupLevel ()

public String getId ()

public String getIssueId ()

public Long getRoleLevelId ()

public Date getTimePerformed ()

public String getUpdateAuthor ()

public Date getUpdated ()

public String getUsername ()

public void setBody (String body)

public void setGroupLevel (String groupLevel)

public void setId (String id)

public void setIssueId (String issueId)

public void setRoleLevelId (Long roleLevelId)

public void setTimePerformed (Date timePerformed)

public void setUpdateAuthor (String updateAuthor)

public void setUpdated (Date updated)

public void setUsername (String username)

public String toString ()