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 booleanequals(Object o)StringgetContent()intgetVersion()inthashCode()voidsetContent(String content)voidsetVersion(int version)StringtoString()-
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:
equalsin classRemoteBlogEntrySummary
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRemoteBlogEntrySummary
-
toString
public String toString()
- Overrides:
toStringin classRemoteBlogEntrySummary
-
-