com.atlassian.jira.functest.framework.parser.comment
Class Comment

java.lang.Object
  extended by com.atlassian.jira.functest.framework.parser.comment.Comment

public class Comment
extends Object

Simple class to hold the comment as shown on the view issue page.

Since:
v3.13

Constructor Summary
Comment()
           
Comment(String comment, String details)
           
 
Method Summary
 boolean equals(Object o)
           
 String getComment()
           
 String getDetails()
           
 int hashCode()
           
 void setComment(String comment)
           
 void setDetails(String details)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()

Comment

public Comment(String comment,
               String details)
Method Detail

getComment

public String getComment()

setComment

public void setComment(String comment)

getDetails

public String getDetails()

setDetails

public void setDetails(String details)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.