Class MsExcelRecord

  • All Implemented Interfaces:
    org.jeasy.batch.core.record.Record<org.apache.poi.ss.usermodel.Row>

    public class MsExcelRecord
    extends org.jeasy.batch.core.record.GenericRecord<org.apache.poi.ss.usermodel.Row>
    Record containing a Row as payload.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
    • Field Summary

      • Fields inherited from class org.jeasy.batch.core.record.GenericRecord

        header, payload
    • Constructor Summary

      Constructors 
      Constructor Description
      MsExcelRecord​(org.jeasy.batch.core.record.Header header, org.apache.poi.ss.usermodel.Row payload)
      Create a new MsExcelRecord.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class org.jeasy.batch.core.record.GenericRecord

        getHeader, getPayload
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MsExcelRecord

        public MsExcelRecord​(org.jeasy.batch.core.record.Header header,
                             org.apache.poi.ss.usermodel.Row payload)
        Create a new MsExcelRecord.
        Parameters:
        header - the record header
        payload - the record payload
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.jeasy.batch.core.record.GenericRecord<org.apache.poi.ss.usermodel.Row>