|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 BlogEntrypublic String getPermalink()
getPermalink in interface BlogEntrypublic BlogEntry.Person getAuthor()
getAuthor in interface BlogEntrypublic void setAuthor(BlogEntry.Person author)
setAuthor in interface BlogEntrypublic BlogEntry.Content getContent()
getContent in interface BlogEntrypublic void setContent(BlogEntry.Content content)
setContent in interface BlogEntrypublic boolean getDraft()
getDraft in interface BlogEntrypublic void setDraft(boolean draft)
setDraft in interface BlogEntrypublic Date getPublicationDate()
getPublicationDate in interface BlogEntrypublic void setPublicationDate(Date pubDate)
setPublicationDate in interface BlogEntrypublic Date getModificationDate()
getModificationDate in interface BlogEntrypublic void setModificationDate(Date date)
setModificationDate in interface BlogEntrypublic String getTitle()
getTitle in interface BlogEntrypublic void setTitle(String title)
setTitle in interface BlogEntrypublic String getSummary()
getSummary in interface BlogEntrypublic void setSummary(String summary)
setSummary in interface BlogEntrypublic List getCategories()
getCategories in interface BlogEntrypublic void setCategories(List categories)
setCategories in interface BlogEntrypublic Blog getBlog()
getBlog in interface BlogEntrypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||