|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Bean interface for entries of SyndFeed feeds.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
java.lang.String |
getAuthor()
Returns the entry author. |
java.util.List |
getCategories()
Returns the entry categories. |
java.util.List |
getContents()
Returns the entry contents. |
SyndContentI |
getDescription()
Returns the entry description. |
java.lang.String |
getLink()
Returns the entry link. |
ModuleI |
getModule(java.lang.String uri)
Returns the module identified by a given URI. |
java.util.List |
getModules()
Returns the entry modules. |
java.util.Date |
getPublishedDate()
Returns the entry published date. |
java.lang.String |
getTitle()
Returns the entry title. |
void |
setAuthor(java.lang.String author)
Sets the entry author. |
void |
setCategories(java.util.List categories)
Sets the entry categories. |
void |
setContents(java.util.List contents)
Sets the entry contents. |
void |
setDescription(SyndContentI description)
Sets the entry description. |
void |
setLink(java.lang.String link)
Sets the entry link. |
void |
setModules(java.util.List modules)
Sets the entry modules. |
void |
setPublishedDate(java.util.Date publishedDate)
Sets the entry published date. |
void |
setTitle(java.lang.String title)
Sets the entry title. |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Methods inherited from interface com.sun.syndication.common.CopyFrom |
copyFrom, getInterface |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the entry title to set, null if none.public java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the entry link to set, null if none.public SyndContentI getDescription()
public void setDescription(SyndContentI description)
description
- the entry description to set, null if none.public java.util.List getContents()
public void setContents(java.util.List contents)
contents
- the list of SyndContent elements with the entry contents to set,
an empty list or null if none.public java.util.Date getPublishedDate()
This method is a convenience method, it maps to the Dublin Core module date.
public void setPublishedDate(java.util.Date publishedDate)
This method is a convenience method, it maps to the Dublin Core module date.
publishedDate
- the entry published date to set, null if none.public java.lang.String getAuthor()
This method is a convenience method, it maps to the Dublin Core module creator.
public void setAuthor(java.lang.String author)
This method is a convenience method, it maps to the Dublin Core module creator.
author
- the entry author to set, null if none.public java.util.List getCategories()
This method is a convenience method, it maps to the Dublin Core module subjects.
public void setCategories(java.util.List categories)
This method is a convenience method, it maps to the Dublin Core module subjects.
categories
- the list of SyndCategory elements with the entry categories to set,
an empty list or null if none.public ModuleI getModule(java.lang.String uri)
uri
- the URI of the Module.
public java.util.List getModules()
public void setModules(java.util.List modules)
modules
- the list of Module elements with the entry modules to set,
an empty list or null if none.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |