|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.itunes.AbstractITunesObject
com.sun.syndication.feed.module.itunes.FeedInformationImpl
public class FeedInformationImpl
This class contains information for iTunes podcast feeds that exist at the Channel level.
| Field Summary |
|---|
| Fields inherited from class com.sun.syndication.feed.module.itunes.AbstractITunesObject |
|---|
PREFIX, RDF_URI, URI |
| Fields inherited from interface com.sun.syndication.feed.module.itunes.ITunes |
|---|
URI |
| Constructor Summary | |
|---|---|
FeedInformationImpl()
Creates a new instance of FeedInformationImpl |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a copy of this FeedInformationImpl object |
void |
copyFrom(java.lang.Object obj)
Required by the ROME API |
java.util.List |
getCategories()
The parent categories for this feed |
java.net.URL |
getImage()
Returns the URL for the image. |
java.lang.String |
getOwnerEmailAddress()
Returns the owner email address for the feed. |
java.lang.String |
getOwnerName()
Returns the owner name for the feed |
void |
setCategories(java.util.List categories)
The parent categories for this feed |
void |
setImage(java.net.URL image)
Sets the URL for the image. |
void |
setOwnerEmailAddress(java.lang.String ownerEmailAddress)
Sets the owner email address for the feed. |
void |
setOwnerName(java.lang.String ownerName)
Sets the owner name for the feed |
java.lang.String |
toString()
|
| Methods inherited from class com.sun.syndication.feed.module.itunes.AbstractITunesObject |
|---|
getAuthor, getBlock, getExplicit, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setKeywords, setSubtitle, setSummary |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.syndication.feed.module.itunes.ITunes |
|---|
getAuthor, getBlock, getExplicit, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setKeywords, setSubtitle, setSummary |
| Methods inherited from interface com.sun.syndication.feed.module.Module |
|---|
getUri |
| Methods inherited from interface com.sun.syndication.feed.CopyFrom |
|---|
getInterface |
| Constructor Detail |
|---|
public FeedInformationImpl()
| Method Detail |
|---|
public java.util.List getCategories()
getCategories in interface FeedInformationpublic void setCategories(java.util.List categories)
setCategories in interface FeedInformationcategories - The parent categories for this feedpublic java.lang.String getOwnerName()
getOwnerName in interface FeedInformationpublic void setOwnerName(java.lang.String ownerName)
setOwnerName in interface FeedInformationownerName - Sets the owner name for the feedpublic java.lang.String getOwnerEmailAddress()
getOwnerEmailAddress in interface FeedInformationpublic void setOwnerEmailAddress(java.lang.String ownerEmailAddress)
setOwnerEmailAddress in interface FeedInformationownerEmailAddress - Sets the owner email address for the feed.public java.net.URL getImage()
getImage in interface FeedInformationpublic void setImage(java.net.URL image)
setImage in interface FeedInformationimage - Sets the URL for the image.public void copyFrom(java.lang.Object obj)
copyFrom in interface com.sun.syndication.feed.CopyFromcopyFrom in class AbstractITunesObjectobj - object to copy property values frompublic java.lang.Object clone()
clone in interface com.sun.syndication.feed.module.Moduleclone in class AbstractITunesObjectpublic java.lang.String toString()
toString in class AbstractITunesObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||