org.rometools.feed.module.itunes
Interface FeedInformation

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, ITunes, com.sun.syndication.feed.module.Module, Serializable
All Known Implementing Classes:
FeedInformationImpl

public interface FeedInformation
extends ITunes

This class contains information for iTunes podcast feeds that exist at the Channel level.

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper

Field Summary
 
Fields inherited from interface org.rometools.feed.module.itunes.ITunes
URI
 
Method Summary
 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
 
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
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Method Detail

getCategories

List getCategories()
The parent categories for this feed

Returns:
The parent categories for this feed

setCategories

void setCategories(List categories)
The parent categories for this feed

Parameters:
categories - The parent categories for this feed

setImage

void setImage(URL image)
Sets the URL for the image. NOTE: To specification images should be in PNG or JPEG format.

Parameters:
image - Sets the URL for the image.

getImage

URL getImage()
Returns the URL for the image. NOTE: To specification images should be in PNG or JPEG format.

Returns:
Returns the URL for the image.

setOwnerEmailAddress

void setOwnerEmailAddress(String ownerEmailAddress)
Sets the owner email address for the feed.

Parameters:
ownerEmailAddress - Sets the owner email address for the feed.

getOwnerEmailAddress

String getOwnerEmailAddress()
Returns the owner email address for the feed.

Returns:
Returns the owner email address for the feed.

setOwnerName

void setOwnerName(String ownerName)
Sets the owner name for the feed

Parameters:
ownerName - Sets the owner name for the feed

getOwnerName

String getOwnerName()
Returns the owner name for the feed

Returns:
Returns the owner name for the feed


Copyright © 2013 ROME Project. All Rights Reserved.