Schnittstelle IMutableOptionalSaveStampHolder
- Alle Superschnittstellen:
IOptionalSaveStampHolder
A
IMutableOptionalSaveStampHolder is a
IOptionalSaveStampHolder whose save stamp can be set and removed
programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the save stamp of the currentIMutableOptionalSaveStampHolder.voidsetSaveStamp(String saveStamp) Sets the save stamp of the currentIMutableOptionalSaveStampHolder.Von Schnittstelle geerbte Methoden IOptionalSaveStampHolder
getSaveStamp, hasSaveStamp
-
Methodendetails
-
removeSaveStamp
void removeSaveStamp()Removes the save stamp of the currentIMutableOptionalSaveStampHolder. -
setSaveStamp
Sets the save stamp of the currentIMutableOptionalSaveStampHolder.- Parameter:
saveStamp-- Löst aus:
RuntimeException- if the given saveStamp is null.RuntimeException- if the given saveStamp is blank.
-