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 Link icon

  • Method Details Link icon

    • getDataBlock Link icon

      public PamDataBlock getDataBlock()
    • getExportParams Link icon

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

      public void setDataCount(int n)
    • getDataCount Link icon

      public int getDataCount()
    • getDetectionDocumentCount Link icon

      public int getDetectionDocumentCount()
      Returns:
      the detectionDocumentCount
    • setDetectionDocumentCount Link icon

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

      public int getLocalizationDocumentCount()
      Returns:
      the localizationDocumentCount
    • setLocalizationDocumentCount Link icon

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