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