com.atlassian.confluence.rpc.soap.beans
Class RemoteBlogEntry

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
      extended by com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
          extended by com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry

public class RemoteBlogEntry
extends RemoteBlogEntrySummary


Constructor Summary
RemoteBlogEntry()
           
RemoteBlogEntry(BlogPost blogPost)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContent()
           
 int getVersion()
           
 int hashCode()
           
 void setContent(String content)
           
 void setVersion(int version)
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
getAuthor, getPublishDate, setAuthor, setPublishDate
 
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteBlogEntry

public RemoteBlogEntry()

RemoteBlogEntry

public RemoteBlogEntry(BlogPost blogPost)
Method Detail

getContent

public String getContent()

setContent

public void setContent(String content)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class RemoteBlogEntrySummary

toString

public String toString()
Overrides:
toString in class RemoteBlogEntrySummary


Copyright © 2003-2013 Atlassian. All Rights Reserved.