com.atlassian.jira.external.beans
Class ExternalComment

java.lang.Object
  extended by com.atlassian.jira.external.beans.ExternalComment

public class ExternalComment
extends Object


Constructor Summary
ExternalComment()
           
ExternalComment(String body)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalComment

public ExternalComment()

ExternalComment

public ExternalComment(String body)
Method Detail

getBody

public String getBody()

setBody

public void setBody(String body)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getGroupLevel

public String getGroupLevel()

setGroupLevel

public void setGroupLevel(String groupLevel)

getId

public String getId()

setId

public void setId(String id)

getTimePerformed

public Date getTimePerformed()

setTimePerformed

public void setTimePerformed(Date timePerformed)

getRoleLevelId

public Long getRoleLevelId()

setRoleLevelId

public void setRoleLevelId(Long roleLevelId)

getIssueId

public String getIssueId()

setIssueId

public void setIssueId(String issueId)

getUpdateAuthor

public String getUpdateAuthor()

setUpdateAuthor

public void setUpdateAuthor(String updateAuthor)

getUpdated

public Date getUpdated()

setUpdated

public void setUpdated(Date updated)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2010 Atlassian. All Rights Reserved.