@Deprecated public class AtomEntry extends BaseBlogEntry implements BlogEntry
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person| Modifier and Type | Field and Description |
|---|---|
(package private) AtomCollection |
collection
Deprecated.
|
(package private) java.lang.String |
editURI
Deprecated.
|
author, categories, content, draft, id, modificationDate, permalink, publicationDate, summary, title| Constructor and Description |
|---|
AtomEntry(AtomBlog blog,
AtomCollection collection)
Deprecated.
|
AtomEntry(AtomBlog blog,
ClientEntry entry)
Deprecated.
|
AtomEntry(AtomCollection collection,
ClientEntry entry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
copyFromRomeEntry(ClientEntry entry)
Deprecated.
|
(package private) Entry |
copyToRomeEntry(ClientEntry entry)
Deprecated.
|
void |
delete()
Deprecated.
Delete this entry from blog server
|
boolean |
equals(java.lang.Object o)
Deprecated.
True if entry's token's are equal.
|
(package private) AtomCollection |
getCollection()
Deprecated.
|
java.lang.String |
getToken()
Deprecated.
Get token, which can be used to fetch the blog entry
|
void |
save()
Deprecated.
Save this entry to it's collection.
|
(package private) void |
setCollection(AtomCollection collection)
Deprecated.
|
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitlejava.lang.String editURI
AtomCollection collection
AtomEntry(AtomBlog blog, AtomCollection collection) throws BlogClientException
BlogClientExceptionAtomEntry(AtomCollection collection, ClientEntry entry) throws BlogClientException
BlogClientExceptionAtomEntry(AtomBlog blog, ClientEntry entry) throws BlogClientException
BlogClientExceptionpublic java.lang.String getToken()
BlogEntryAtomCollection getCollection()
void setCollection(AtomCollection collection)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void save()
throws BlogClientException
BlogEntrysave in interface BlogEntryBlogClientExceptionpublic void delete()
throws BlogClientException
BlogEntrydelete in interface BlogEntryBlogClientExceptionvoid copyFromRomeEntry(ClientEntry entry)
Entry copyToRomeEntry(ClientEntry entry)