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
Fields inherited from interface org.rometools.feed.module.mediarss.MediaModule |
URI |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
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.