Package cz.drg.pregrouper.process.dto
Class RowData
java.lang.Object
cz.drg.pregrouper.process.dto.RowData
Represents a row of data from a file, including its index, values, and associated error codes. Its a generic approach to represent
different CSV file rows and use appropriate Schemas to read them.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetValue(Doklady02Schema schema)getValue(Doklady06Schema schema)getValue(PolozkySchema schema)getValue(Doklady02TempSchema schema)getValue(Doklady06TempSchema schema)String[]toString()