org.rometools.feed.module.mediarss
Interface MediaEntryModule

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

public interface MediaEntryModule
extends MediaModule

Represents entry/item level information.

Author:
cooper

Field Summary
 
Fields inherited from interface org.rometools.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 org.rometools.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 © 2013 ROME Project. All Rights Reserved.