com.atlassian.confluence.it
Class BlogPost

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

public class BlogPost
extends AbstractContentEntity


Field Summary
 
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModifier
 
Constructor Summary
BlogPost(BlogPost blogPost)
           
BlogPost(Space space, java.lang.String title, java.lang.String content)
           
 
Method Summary
 java.lang.String getEditUrl()
          Return the url where this entity can be edited.
 Space getSpace()
          Return the space this content belongs to.
 java.lang.String getTitle()
           
 int getVersion()
           
 void setVersion(int version)
           
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getId, getLastModifier, setContent, setId, setLastModifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogPost

public BlogPost(Space space,
                java.lang.String title,
                java.lang.String content)

BlogPost

public BlogPost(BlogPost blogPost)
Method Detail

getSpace

public Space getSpace()
Description copied from interface: ContentEntity
Return the space this content belongs to.


getTitle

public java.lang.String getTitle()

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getEditUrl

public java.lang.String getEditUrl()
Description copied from interface: ContentEntity
Return the url where this entity can be edited.



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