Package com.saperion.rs.rome.modules
Class MetadataModule
java.lang.Object
com.sun.syndication.feed.module.ModuleImpl
com.saperion.rs.rome.modules.MetadataModule
- All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom
,com.sun.syndication.feed.module.Module
,Serializable
,Cloneable
public class MetadataModule
extends com.sun.syndication.feed.module.ModuleImpl
Rome module for adding SAPERION metadata to a RSS/ATOM feed.
- Author:
- dam
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns a map of metadatas.void
setMetadatas
(Map<String, String> metaData) Sets a map of metadatas.Methods inherited from class com.sun.syndication.feed.module.ModuleImpl
clone, equals, getUri, hashCode, toString
-
Field Details
-
URI
The namespace URI of this module.- See Also:
-
-
Constructor Details
-
MetadataModule
public MetadataModule()Constructor.
-
-
Method Details
-
copyFrom
-
getInterface
-
getMetadatas
Returns a map of metadatas.- Returns:
- the map of metadatas.
-
setMetadatas
Sets a map of metadatas.- Parameters:
metaData
- The metadata to be set.
-