Interface IMutableOptionalSaveStampHolder
- All Superinterfaces:
IOptionalSaveStampHolder
A
IMutableOptionalSaveStampHolder is a
IOptionalSaveStampHolder whose save stamp can be set and removed
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the save stamp of the currentIMutableOptionalSaveStampHolder.voidsetSaveStamp(String saveStamp) Sets the save stamp of the currentIMutableOptionalSaveStampHolder.Methods inherited from interface IOptionalSaveStampHolder
getSaveStamp, hasSaveStamp
-
Method Details
-
removeSaveStamp
void removeSaveStamp()Removes the save stamp of the currentIMutableOptionalSaveStampHolder. -
setSaveStamp
Sets the save stamp of the currentIMutableOptionalSaveStampHolder.- Parameters:
saveStamp-- Throws:
RuntimeException- if the given saveStamp is null.RuntimeException- if the given saveStamp is blank.
-