|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.atom.Entry
Bean for entry elements of Atom feeds.
| Constructor Summary | |
Entry()
Default constructor. |
|
| Method Summary | |
java.util.List |
getAlternateLinks()
Returns the entry alternate links. |
Person |
getAuthor()
Returns the entry author. |
java.util.List |
getContents()
Returns the entry contents. |
java.util.List |
getContributors()
Returns the entry contributors. |
java.util.Date |
getCreated()
Returns the entry created date. |
java.lang.String |
getId()
Returns the entry ID. |
java.util.Date |
getIssued()
Returns the entry issued date. |
java.util.Date |
getModified()
Returns the entry modified date. |
java.util.List |
getModules()
Returns the entry modules. |
java.util.List |
getOtherLinks()
Returns the entry non-alternate links. |
Content |
getSummary()
Returns the entry summary. |
java.lang.String |
getTitle()
Returns the entry title. |
void |
setAlternateLinks(java.util.List alternateLinks)
Sets the entry alternate links. |
void |
setAuthor(Person author)
Sets the author of the entry. |
void |
setContents(java.util.List contents)
Sets the entry contents. |
void |
setContributors(java.util.List contributors)
Sets the entry contributors. |
void |
setCreated(java.util.Date created)
Sets the entry created date. |
void |
setId(java.lang.String id)
Sets the entry ID. |
void |
setIssued(java.util.Date issued)
Sets the entry issued date. |
void |
setModified(java.util.Date modified)
Sets the entry modified date. |
void |
setModules(java.util.List modules)
Sets the entry modules. |
void |
setOtherLinks(java.util.List otherLinks)
Sets the entry non-alternate links. |
void |
setSummary(Content summary)
Sets the entry summary. |
void |
setTitle(java.lang.String title)
Sets the entry title. |
| Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Entry()
| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the entry title, null if none.public java.util.List getAlternateLinks()
public void setAlternateLinks(java.util.List alternateLinks)
alternateLinks - the list of Link elements with the entry alternate links to set,
an empty list or null if none.public java.util.List getOtherLinks()
public void setOtherLinks(java.util.List otherLinks)
otherLinks - the list Link elements with the entry non-alternate links to set,
an empty list or null if none.public Person getAuthor()
public void setAuthor(Person author)
author - the author of the entry, null if none.public java.util.List getContributors()
public void setContributors(java.util.List contributors)
contributors - the list of Person elements with the entry contributors to set,
an empty list or null if none.public java.lang.String getId()
public void setId(java.lang.String id)
id - the entry ID, null if none.public java.util.Date getModified()
public void setModified(java.util.Date modified)
modified - the entry modified date, null if none.public java.util.Date getIssued()
public void setIssued(java.util.Date issued)
issued - the entry issued date, null if none.public java.util.Date getCreated()
public void setCreated(java.util.Date created)
created - the entry created date, null if none.public Content getSummary()
public void setSummary(Content summary)
summary - the entry summary, null if none.public java.util.List getContents()
public void setContents(java.util.List contents)
contents - the list of Content elements with the entry contents to set,
an empty list or null if none.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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||