Package uk.ac.gda.server.ncd.beans
Interface StoredDetectorInfo
- All Superinterfaces:
Findable
- All Known Implementing Classes:
PerVisitMaskLocation,StoredDetectorInfoImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetDataCalibrationReductionSetupPath(String filePath) voidsetSaxsDetectorInfoPath(String filePath)
-
Method Details
-
setSaxsDetectorInfoPath
- Throws:
IOException
-
getSaxsDetectorInfoPath
String getSaxsDetectorInfoPath() -
setDataCalibrationReductionSetupPath
- Throws:
IOException
-
getDataCalibrationReductionSetupPath
String getDataCalibrationReductionSetupPath() -
clearSaxsDetectorInfoPath
void clearSaxsDetectorInfoPath() -
clearDataCalibrationReductionSetupPath
void clearDataCalibrationReductionSetupPath()
-