|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.module.itunes.AbstractITunesObject
org.rometools.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 org.rometools.feed.module.itunes.AbstractITunesObject |
---|
PREFIX, RDF_URI, URI |
Fields inherited from interface org.rometools.feed.module.itunes.ITunes |
---|
URI |
Constructor Summary | |
---|---|
FeedInformationImpl()
Creates a new instance of FeedInformationImpl |
Method Summary | |
---|---|
Object |
clone()
Returns a copy of this FeedInformationImpl object |
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
Required by the ROME API |
List |
getCategories()
The parent categories for this feed |
URL |
getImage()
Returns the URL for the image. |
String |
getOwnerEmailAddress()
Returns the owner email address for the feed. |
String |
getOwnerName()
Returns the owner name for the feed |
void |
setCategories(List categories)
The parent categories for this feed |
void |
setImage(URL image)
Sets the URL for the image. |
void |
setOwnerEmailAddress(String ownerEmailAddress)
Sets the owner email address for the feed. |
void |
setOwnerName(String ownerName)
Sets the owner name for the feed |
String |
toString()
|
Methods inherited from class org.rometools.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 org.rometools.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 List getCategories()
getCategories
in interface FeedInformation
public void setCategories(List categories)
setCategories
in interface FeedInformation
categories
- The parent categories for this feedpublic String getOwnerName()
getOwnerName
in interface FeedInformation
public void setOwnerName(String ownerName)
setOwnerName
in interface FeedInformation
ownerName
- Sets the owner name for the feedpublic String getOwnerEmailAddress()
getOwnerEmailAddress
in interface FeedInformation
public void setOwnerEmailAddress(String ownerEmailAddress)
setOwnerEmailAddress
in interface FeedInformation
ownerEmailAddress
- Sets the owner email address for the feed.public URL getImage()
getImage
in interface FeedInformation
public void setImage(URL image)
setImage
in interface FeedInformation
image
- Sets the URL for the image.public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
copyFrom
in class AbstractITunesObject
obj
- object to copy property values frompublic Object clone()
clone
in interface com.sun.syndication.feed.module.Module
clone
in class AbstractITunesObject
public String toString()
toString
in class AbstractITunesObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |