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
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()voidsetContent(String content) voidsetVersion(int version) toString()Methods inherited from class com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
getAuthor, getPublishDate, setAuthor, setPublishDateMethods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl 
- 
Constructor Details
- 
RemoteBlogEntry
public RemoteBlogEntry() - 
RemoteBlogEntry
 
 - 
 - 
Method Details
- 
getContent
 - 
setContent
 - 
getVersion
public int getVersion() - 
setVersion
public void setVersion(int version)  - 
equals
- Overrides:
 equalsin classRemoteBlogEntrySummary
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classRemoteBlogEntrySummary
 - 
toString
- Overrides:
 toStringin classRemoteBlogEntrySummary
 
 -