Package cz.drg.pregrouper.process.dto
Class LoadedDataBatch
java.lang.Object
cz.drg.pregrouper.process.dto.LoadedDataBatch
Represents a batch of loaded data files for processing. Used to prepare partial data for parallel workers.
-
Constructor Summary
ConstructorsConstructorDescriptionLoadedDataBatch(long batchId, Path loadedDoklady02Path, Path loadedDoklady06Path, Path loadedPolozkyPath) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
LoadedDataBatch
-
-
Method Details
-
getBatchId
public long getBatchId() -
getLoadedDoklady02Path
-
getLoadedDoklady06Path
-
getLoadedPolozkyPath
-