Class LoadedDataBatch

java.lang.Object
cz.drg.pregrouper.process.dto.LoadedDataBatch

public class LoadedDataBatch extends Object
Represents a batch of loaded data files for processing. Used to prepare partial data for parallel workers.
  • Constructor Details

    • LoadedDataBatch

      public LoadedDataBatch(long batchId, Path loadedDoklady02Path, Path loadedDoklady06Path, Path loadedPolozkyPath)
  • Method Details

    • getBatchId

      public long getBatchId()
    • getLoadedDoklady02Path

      public Path getLoadedDoklady02Path()
    • getLoadedDoklady06Path

      public Path getLoadedDoklady06Path()
    • getLoadedPolozkyPath

      public Path getLoadedPolozkyPath()