org.rometools.propono.blogclient.metaweblog
Class MetaWeblogEntry
java.lang.Object
org.rometools.propono.blogclient.BaseBlogEntry
org.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
- All Implemented Interfaces:
- BlogEntry
- Direct Known Subclasses:
- MetaWeblogResource
public class MetaWeblogEntry
- extends BaseBlogEntry
MetaWeblog API implementation of an entry.
Method Summary |
void |
delete()
Delete this entry from blog server |
boolean |
equals(Object o)
True if tokens are equal |
String |
getToken()
Get token, which can be used to fetch the blog entry |
void |
save()
Save this entry to it's collection. |
Methods inherited from class org.rometools.propono.blogclient.BaseBlogEntry |
getAuthor, getBlog, getCategories, getContent, getDraft, getId, getModificationDate, getPermalink, getPublicationDate, getSummary, getTitle, setAuthor, setCategories, setContent, setDraft, setModificationDate, setPublicationDate, setSummary, setTitle, toString |
getToken
public String getToken()
- Get token, which can be used to fetch the blog entry
equals
public boolean equals(Object o)
- True if tokens are equal
- Overrides:
equals
in class Object
save
public void save()
throws BlogClientException
- Save this entry to it's collection. If this is a new entry and does not
have a collection yet, then save() will save it to the primary collection.
- Throws:
BlogClientException
delete
public void delete()
throws BlogClientException
- Delete this entry from blog server
- Throws:
BlogClientException
Copyright © 2007-2013 ROME Project. All Rights Reserved.