Class AbstractSepaExporter.JobContext

  • Enclosing class:
    AbstractSepaExporter

    protected class AbstractSepaExporter.JobContext
    extends java.lang.Object
    Container, der den Job-Context haelt.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map meta  
      protected java.util.Properties props  
      protected org.kapott.hbci.sepa.SepaVersion version  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JobContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • version

        protected org.kapott.hbci.sepa.SepaVersion version
      • props

        protected java.util.Properties props
      • meta

        protected java.util.Map meta
    • Constructor Detail

      • JobContext

        protected JobContext()