Class ExcelImportContext


  • public class ExcelImportContext
    extends java.lang.Object
    Context class used by excel importing. The context contains impex row for currently processing row
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getCtx()  
      ImpexRow getImpexRow()  
      java.lang.Object getValue​(java.lang.String key)
      Gets value from context
      void setImpexRow​(ImpexRow impexRow)  
      void setValue​(java.lang.String key, java.lang.Object value)
      Sets value under given key
      • Methods inherited from class java.lang.Object

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

      • ExcelImportContext

        public ExcelImportContext()
    • Method Detail

      • getImpexRow

        public ImpexRow getImpexRow()
      • setImpexRow

        public void setImpexRow​(ImpexRow impexRow)
      • getCtx

        public java.util.Map<java.lang.String,​java.lang.Object> getCtx()
      • getValue

        public java.lang.Object getValue​(java.lang.String key)
        Gets value from context
        Parameters:
        key -
        Returns:
      • setValue

        public void setValue​(java.lang.String key,
                             java.lang.Object value)
        Sets value under given key
        Parameters:
        key -
        value -