Package tethys.output

Class DatablockSynchInfo

java.lang.Object
tethys.output.DatablockSynchInfo

public class DatablockSynchInfo extends Object
Data about a PAMDataBlock.
All the information needed to populate a table row in the synchronisation table. some will need to be set as rarely as possible since it may be slow to update.
This needs to sit alongside the StreamExportParams objects since those others are serialisable whereas there is a lot of stuff in here which isn't.
Author:
dg50
  • Constructor Details

  • Method Details

    • getDataBlock

      public PamDataBlock getDataBlock()
    • getExportParams

      public StreamExportParams getExportParams()
      Get the stored export params for this data block
      Returns:
    • setDataCount

      public void setDataCount(int n)
    • getDataCount

      public int getDataCount()
    • getDetectionDocumentCount

      public int getDetectionDocumentCount()
      Returns:
      the detectionDocumentCount
    • setDetectionDocumentCount

      public void setDetectionDocumentCount(int detectionDocumentCount)
      Parameters:
      detectionDocumentCount - the detectionDocumentCount to set
    • getLocalizationDocumentCount

      public int getLocalizationDocumentCount()
      Returns:
      the localizationDocumentCount
    • setLocalizationDocumentCount

      public void setLocalizationDocumentCount(int localizationDocumentCount)
      Parameters:
      localizationDocumentCount - the localizationDocumentCount to set