Interface IMutableSaveStampHolder
- All Superinterfaces:
ISaveStampHolder
A
IMutableSaveStampHolder is a ISaveStampHolder whose save
stamp can be set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSaveStamp(String saveStamp) Sets the save stamp of the currentIMutableSaveStampHolder.Methods inherited from interface ISaveStampHolder
getSaveStamp
-
Method Details
-
setSaveStamp
Sets the save stamp of the currentIMutableSaveStampHolder.- Parameters:
saveStamp-- Throws:
RuntimeException- if the given saveStamp is null.RuntimeException- if the given saveStamp is blank.
-