|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.media.rss.RSSObject
sage.media.rss.RSSItem
public class RSSItem
RSSItems's definitions class.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
| Field Summary | |
|---|---|
protected java.lang.String |
contentEncoded
|
| Fields inherited from class sage.media.rss.RSSObject |
|---|
about, dc, dc_container, description, link, pdate, title |
| Constructor Summary | |
|---|---|
RSSItem()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Get the item's author |
java.lang.String |
getCleanDescription()
|
java.lang.String |
getComments()
Get the comments url |
java.lang.String |
getContentEncoded()
|
java.lang.String |
getDate()
Get the date |
long |
getDuration()
|
RSSEnclosure |
getEnclosure()
|
RSSMediaGroup |
getMediaGroup()
|
void |
setAuthor(java.lang.String author)
Set the item's author |
void |
setComments(java.lang.String comment)
Set the item's comment |
void |
setContentEncoded(java.lang.String contentEncoded)
|
void |
setDate(java.lang.String d)
Set the date of the item |
void |
setDuration(long x)
|
void |
setEnclosure(RSSEnclosure enc)
|
void |
setMediaGroup(RSSMediaGroup mg)
|
java.lang.String |
toDebugString()
Useful for debug |
| Methods inherited from class sage.media.rss.RSSObject |
|---|
addDoublinCoreElement, getAboutAttribute, getDescription, getDoublinCoreElements, getLink, getPubDate, getRSSDoublinCoreModule, getTitle, setAboutAttribute, setDescription, setLink, setPubDate, setRSSDoublinCoreModule, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String contentEncoded
| Constructor Detail |
|---|
public RSSItem()
| Method Detail |
|---|
public java.lang.String getDate()
public void setDate(java.lang.String d)
d - the datepublic void setAuthor(java.lang.String author)
author - Email address of the author of the item.public void setComments(java.lang.String comment)
comment - URL of a page for comments relating to the itempublic java.lang.String getComments()
public java.lang.String getAuthor()
public java.lang.String toDebugString()
toDebugString in class RSSObjectpublic java.lang.String getContentEncoded()
public java.lang.String getCleanDescription()
public void setContentEncoded(java.lang.String contentEncoded)
contentEncoded - The contentEncoded to set.public void setMediaGroup(RSSMediaGroup mg)
public RSSMediaGroup getMediaGroup()
public void setEnclosure(RSSEnclosure enc)
public RSSEnclosure getEnclosure()
public void setDuration(long x)
public long getDuration()
|
SageTV Platform V7.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||