public class RemoteBlogEntry extends RemoteBlogEntrySummary
Constructor and Description |
---|
RemoteBlogEntry() |
RemoteBlogEntry(BlogPost blogPost) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContent() |
int |
getVersion() |
int |
hashCode() |
void |
setContent(String content) |
void |
setVersion(int version) |
String |
toString() |
getAuthor, getPublishDate, setAuthor, setPublishDate
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
public RemoteBlogEntry()
public RemoteBlogEntry(BlogPost blogPost)
public String getContent()
public void setContent(String content)
public int getVersion()
public void setVersion(int version)
public boolean equals(Object o)
equals
in class RemoteBlogEntrySummary
public int hashCode()
hashCode
in class RemoteBlogEntrySummary
public String toString()
toString
in class RemoteBlogEntrySummary
Copyright © 2003–2016 Atlassian. All rights reserved.