Schnittstelle IFluentMutableSaveStampHolder<FMSSH extends IFluentMutableSaveStampHolder<FMSSH>>
- Typparameter:
FMSSH
- is the type of aIFluentMutableSaveStampHolder
.
- Alle Superschnittstellen:
ISaveStampHolder
public interface IFluentMutableSaveStampHolder<FMSSH extends IFluentMutableSaveStampHolder<FMSSH>>
extends ISaveStampHolder
A
IFluentMutableSaveStampHolder
is a ISaveStampHolder
whose
save stamp can be set programmatically and fluently.- Version:
- 2024-02-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungsetSaveStamp
(String saveStamp) Sets the save stamp of the currentIFluentMutableSaveStampHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ISaveStampHolder
getSaveStamp
-
Methodendetails
-
setSaveStamp
Sets the save stamp of the currentIFluentMutableSaveStampHolder
.- Parameter:
saveStamp
-- Gibt zurück:
- the current
IFluentMutableSaveStampHolder
. - Löst aus:
RuntimeException
- if the given saveStamp is null.RuntimeException
- if the given saveStamp is blank.
-