|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rometools.propono.blogclient.BaseBlogEntry
public abstract class BaseBlogEntry
Base implementation of a blog entry.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.rometools.propono.blogclient.BlogEntry |
---|
BlogEntry.Category, BlogEntry.Content, BlogEntry.Person |
Field Summary | |
---|---|
protected BlogEntry.Person |
author
|
protected List |
categories
|
protected BlogEntry.Content |
content
|
protected boolean |
draft
|
protected String |
id
|
protected Date |
modificationDate
|
protected String |
permalink
|
protected Date |
publicationDate
|
protected String |
summary
|
protected String |
title
|
Constructor Summary | |
---|---|
BaseBlogEntry(Blog blog)
Contruct abstract blog entry. |
Method Summary | |
---|---|
BlogEntry.Person |
getAuthor()
Get author of this entry |
Blog |
getBlog()
Blog is associated with a blog |
List |
getCategories()
Get categories, a list of BlogEntry.Category objects |
BlogEntry.Content |
getContent()
Get content of this blog entry |
boolean |
getDraft()
Get draft status of this entry |
String |
getId()
Get globally unique ID of this blog entry |
Date |
getModificationDate()
Get update date of this entry |
String |
getPermalink()
Permanent link to this entry (assigned by server) |
Date |
getPublicationDate()
Set publish date of this entry |
String |
getSummary()
Get summary of this blog entry |
String |
getTitle()
Get title of this blog entry |
void |
setAuthor(BlogEntry.Person author)
Set author of this entry |
void |
setCategories(List categories)
Set categories, a list of BlogEntry.Category objects |
void |
setContent(BlogEntry.Content content)
Set content of this blog entry |
void |
setDraft(boolean draft)
Set draft status of this entry |
void |
setModificationDate(Date date)
Set update date of this entry |
void |
setPublicationDate(Date pubDate)
Get publish date of this entry |
void |
setSummary(String summary)
Set summary of this blog entry |
void |
setTitle(String title)
Set title of this blog entry |
String |
toString()
String representation, returns id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.rometools.propono.blogclient.BlogEntry |
---|
delete, getToken, save |
Field Detail |
---|
protected String id
protected BlogEntry.Person author
protected BlogEntry.Content content
protected String title
protected String permalink
protected String summary
protected Date modificationDate
protected Date publicationDate
protected List categories
protected boolean draft
Constructor Detail |
---|
public BaseBlogEntry(Blog blog)
Method Detail |
---|
public String getId()
getId
in interface BlogEntry
public String getPermalink()
getPermalink
in interface BlogEntry
public BlogEntry.Person getAuthor()
getAuthor
in interface BlogEntry
public void setAuthor(BlogEntry.Person author)
setAuthor
in interface BlogEntry
public BlogEntry.Content getContent()
getContent
in interface BlogEntry
public void setContent(BlogEntry.Content content)
setContent
in interface BlogEntry
public boolean getDraft()
getDraft
in interface BlogEntry
public void setDraft(boolean draft)
setDraft
in interface BlogEntry
public Date getPublicationDate()
getPublicationDate
in interface BlogEntry
public void setPublicationDate(Date pubDate)
setPublicationDate
in interface BlogEntry
public Date getModificationDate()
getModificationDate
in interface BlogEntry
public void setModificationDate(Date date)
setModificationDate
in interface BlogEntry
public String getTitle()
getTitle
in interface BlogEntry
public void setTitle(String title)
setTitle
in interface BlogEntry
public String getSummary()
getSummary
in interface BlogEntry
public void setSummary(String summary)
setSummary
in interface BlogEntry
public List getCategories()
getCategories
in interface BlogEntry
public void setCategories(List categories)
setCategories
in interface BlogEntry
public Blog getBlog()
getBlog
in interface BlogEntry
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |