com.atlassian.confluence.it
Class Comment

java.lang.Object
  extended by com.atlassian.confluence.it.AbstractContentEntity
      extended by com.atlassian.confluence.it.Comment
All Implemented Interfaces:
ContentEntity

public class Comment
extends AbstractContentEntity


Field Summary
static Comment TEST
           
 
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModificationDate, lastModifier, version
 
Constructor Summary
Comment(BlogPost blogPost, String content)
           
Comment(Page page, String content)
           
 
Method Summary
 long getCommentId()
           
 String getEditUrl()
           
 long getPageId()
           
 String getRemoveUrl()
           
 String getReplyUrl()
           
 Space getSpace()
           
 String getTitle()
           
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getId, getIdAsString, getLastModificationDate, getLastModifier, getVersion, setContent, setId, setLastModificationDate, setLastModifier, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST

public static Comment TEST
Constructor Detail

Comment

public Comment(Page page,
               String content)

Comment

public Comment(BlogPost blogPost,
               String content)
Method Detail

getPageId

public long getPageId()

getCommentId

public long getCommentId()

getTitle

public String getTitle()
Returns:
the title of this entity

getEditUrl

public String getEditUrl()
Returns:
the url where this entity can be edited.

getRemoveUrl

public String getRemoveUrl()

getReplyUrl

public String getReplyUrl()

getSpace

public Space getSpace()
Returns:
the space this content belongs to.


Copyright © 2003-2012 Atlassian. All Rights Reserved.