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 TypMethodeBeschreibungvoid
Removes the save stamp of the currentIMutableOptionalSaveStampHolder
.void
setSaveStamp
(String saveStamp) Sets the save stamp of the currentIMutableOptionalSaveStampHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.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.
-