Schnittstelle IMutableSaveStampHolder
- Alle Superschnittstellen:
ISaveStampHolder
A
IMutableSaveStampHolder
is a ISaveStampHolder
whose save
stamp can be set programmatically.- Version:
- 2024-02-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setSaveStamp
(String saveStamp) Sets the save stamp of the currentIMutableSaveStampHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ISaveStampHolder
getSaveStamp
-
Methodendetails
-
setSaveStamp
Sets the save stamp of the currentIMutableSaveStampHolder
.- Parameter:
saveStamp
-- Löst aus:
RuntimeException
- if the given saveStamp is null.RuntimeException
- if the given saveStamp is blank.
-