Class ContextMap

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContextMap
    extends java.lang.Object
    implements java.io.Serializable
    A key-value Map to store various Merchandising related contextual data.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addProperty​(java.lang.String propertyName, java.io.Serializable propertyValue)  
      java.util.HashMap<java.lang.String,​java.io.Serializable> getProperties()  
      java.lang.Object getProperty​(java.lang.String propertyName)  
      void removeProperty​(java.lang.String propertyName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextMap

        public ContextMap()
    • Method Detail

      • removeProperty

        public void removeProperty​(java.lang.String propertyName)
      • addProperty

        public void addProperty​(java.lang.String propertyName,
                                java.io.Serializable propertyValue)
      • getProperty

        public java.lang.Object getProperty​(java.lang.String propertyName)
      • getProperties

        public java.util.HashMap<java.lang.String,​java.io.Serializable> getProperties()