|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.switchboard.browser.XMLFragment
org.switchboard.FeedItem
public class FeedItem
| Constructor Summary | |
|---|---|
FeedItem(String xml,
Feed feed)
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the author of the feed item if provided. |
String |
getCategory()
Gets the category of this feed item if provided. |
String |
getContent()
Gets the content of the feed item if provided. |
String |
getDescription()
Gets the description for this feed item if provided. |
Feed |
getFeed()
Gets the Feed item from which the item came if provided. |
String |
getGuid()
Gets the GUID for this feed item if provided. |
String |
getLink()
Gets the link for this feed item if provided. |
String |
getPubDate()
Gets the publication date of the feed item if provided. |
String |
getTitle()
Gets the title of the feed item if provided. |
| Methods inherited from class org.switchboard.browser.XMLFragment |
|---|
main, query, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeedItem(String xml,
Feed feed)
| Method Detail |
|---|
public String getCategory()
public String getDescription()
public String getGuid()
public String getLink()
public String getPubDate()
public String getTitle()
public Feed getFeed()
public String getContent()
public String getAuthor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||