Schnittstelle IMutableOptionalSaveStampHolder
- Alle Superschnittstellen:
IOptionalSaveStampHolder
A
IMutableOptionalSaveStampHolder is a
IOptionalSaveStampHolder whose save stamp can be set and removed
programmatically.- Version:
- 2024-02-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the save stamp of the currentIMutableOptionalSaveStampHolder.voidsetSaveStamp(String saveStamp) Sets the save stamp of the currentIMutableOptionalSaveStampHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-