Package tethys.output
Class DatablockSynchInfo
java.lang.Object
tethys.output.DatablockSynchInfo
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.
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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintGet the stored export params for this data blockintvoidsetDataCount(int n) voidsetDetectionDocumentCount(int detectionDocumentCount) voidsetLocalizationDocumentCount(int localizationDocumentCount)  
- 
Constructor Details
- 
DatablockSynchInfo
 
 - 
 - 
Method Details
- 
getDataBlock
 - 
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
 
 -