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,java.io.Serializable,java.lang.Cloneable
public class MetadataModule extends com.sun.syndication.feed.module.ModuleImplRome module for adding SAPERION metadata to a RSS/ATOM feed.- Author:
- dam
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURIThe namespace URI of this module.
-
Constructor Summary
Constructors Constructor Description MetadataModule()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFrom(java.lang.Object object)java.lang.ClassgetInterface()java.util.Map<java.lang.String,java.lang.String>getMetadatas()Returns a map of metadatas.voidsetMetadatas(java.util.Map<java.lang.String,java.lang.String> metaData)Sets a map of metadatas.
-
-
-
Field Detail
-
URI
public static final java.lang.String URI
The namespace URI of this module.- See Also:
- Constant Field Values
-
-
Method Detail
-
copyFrom
public void copyFrom(java.lang.Object object)
-
getInterface
public java.lang.Class getInterface()
-
getMetadatas
public java.util.Map<java.lang.String,java.lang.String> getMetadatas()
Returns a map of metadatas.- Returns:
- the map of metadatas.
-
setMetadatas
public void setMetadatas(java.util.Map<java.lang.String,java.lang.String> metaData)
Sets a map of metadatas.- Parameters:
metaData- The metadata to be set.
-
-