@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, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle
java.lang.String editURI
AtomCollection collection
AtomEntry(AtomBlog blog, AtomCollection collection) throws BlogClientException
BlogClientException
AtomEntry(AtomCollection collection, ClientEntry entry) throws BlogClientException
BlogClientException
AtomEntry(AtomBlog blog, ClientEntry entry) throws BlogClientException
BlogClientException
public java.lang.String getToken()
BlogEntry
AtomCollection getCollection()
void setCollection(AtomCollection collection)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public void save() throws BlogClientException
BlogEntry
save
in interface BlogEntry
BlogClientException
public void delete() throws BlogClientException
BlogEntry
delete
in interface BlogEntry
BlogClientException
void copyFromRomeEntry(ClientEntry entry)
Entry copyToRomeEntry(ClientEntry entry)