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 Details

  • Constructor Details

    • MetadataModule

      public MetadataModule()
      Constructor.
  • Method Details

    • copyFrom

      public void copyFrom(Object object)
    • getInterface

      public Class getInterface()
    • getMetadatas

      public Map<String,String> getMetadatas()
      Returns a map of metadatas.
      Returns:
      the map of metadatas.
    • setMetadatas

      public void setMetadatas(Map<String,String> metaData)
      Sets a map of metadatas.
      Parameters:
      metaData - The metadata to be set.