com.atlassian.theplugin.commons.crucible.api.model
Class GeneralCommentBean

java.lang.Object
  extended by com.atlassian.theplugin.commons.crucible.api.model.CommentBean
      extended by com.atlassian.theplugin.commons.crucible.api.model.GeneralCommentBean
All Implemented Interfaces:
Comment, GeneralComment

public class GeneralCommentBean
extends CommentBean
implements GeneralComment


Constructor Summary
GeneralCommentBean()
           
 
Method Summary
 void addReply(GeneralComment comment)
           
 boolean equals(java.lang.Object o)
           
 java.util.List<GeneralComment> getReplies()
           
 int hashCode()
           
 void setReplies(java.util.List<GeneralComment> replies)
           
 
Methods inherited from class com.atlassian.theplugin.commons.crucible.api.model.CommentBean
getAuthor, getCreateDate, getCustomFields, getMessage, getPermId, isDefectApproved, isDefectRaised, isDeleted, isDraft, isReply, setAuthor, setCreateDate, setDefectApproved, setDefectRaised, setDeleted, setDraft, setMessage, setPermId, setReply, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.theplugin.commons.crucible.api.model.Comment
getAuthor, getCreateDate, getCustomFields, getMessage, getPermId, isDefectApproved, isDefectRaised, isDeleted, isDraft, isReply
 

Constructor Detail

GeneralCommentBean

public GeneralCommentBean()
Method Detail

getReplies

public java.util.List<GeneralComment> getReplies()
Specified by:
getReplies in interface GeneralComment

setReplies

public void setReplies(java.util.List<GeneralComment> replies)

addReply

public void addReply(GeneralComment comment)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class CommentBean

hashCode

public int hashCode()
Overrides:
hashCode in class CommentBean


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.