com.sun.syndication.feed.module.mediarss
Interface MediaEntryModule

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, MediaModule, com.sun.syndication.feed.module.Module, java.io.Serializable
All Known Implementing Classes:
MediaEntryModuleImpl

public interface MediaEntryModule
extends MediaModule

Represents entry/item level information.

Author:
cooper

Field Summary
 
Fields inherited from interface com.sun.syndication.feed.module.mediarss.MediaModule
URI
 
Method Summary
 MediaContent[] getMediaContents()
          Returns the MediaContent items for the entry.
 MediaGroup[] getMediaGroups()
          Returns the media groups for the entry.
 
Methods inherited from interface com.sun.syndication.feed.module.mediarss.MediaModule
getMetadata, getPlayer
 
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

getMediaContents

MediaContent[] getMediaContents()
Returns the MediaContent items for the entry.

Returns:
Returns the MediaContent items for the entry.

getMediaGroups

MediaGroup[] getMediaGroups()
Returns the media groups for the entry.

Returns:
Returns the media groups for the entry.


Copyright © 2006-2009. All Rights Reserved.