Class SimpleBatchCreationData<T extends java.io.Serializable>

  • All Implemented Interfaces:
    BatchCreationData

    public class SimpleBatchCreationData<T extends java.io.Serializable>
    extends java.lang.Object
    implements BatchCreationData
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T context  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getContext()  
      • Methods inherited from class java.lang.Object

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

      • context

        protected final T extends java.io.Serializable context
    • Constructor Detail

      • SimpleBatchCreationData

        public SimpleBatchCreationData​(T context)
    • Method Detail

      • getContext

        public T getContext()