Class RemoteBlogEntry
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
-
- com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
-
- com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
-
public class RemoteBlogEntry extends RemoteBlogEntrySummary
-
-
Constructor Summary
Constructors Constructor Description RemoteBlogEntry()
RemoteBlogEntry(BlogPost blogPost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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 classRemoteBlogEntrySummary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRemoteBlogEntrySummary
-
toString
public String toString()
- Overrides:
toString
in classRemoteBlogEntrySummary
-
-