Schnittstelle IFluentMutableSaveStampHolder<H extends IFluentMutableSaveStampHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableSaveStampHolder.
- Alle Superschnittstellen:
ISaveStampHolder
public interface IFluentMutableSaveStampHolder<H extends IFluentMutableSaveStampHolder<H>>
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.attribute.mandatoryattribute.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.
-