Schnittstelle IFluentMutableOptionalSaveStampHolder<H extends IFluentMutableOptionalSaveStampHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalSaveStampHolder.
- Alle Superschnittstellen:
IOptionalSaveStampHolder
public interface IFluentMutableOptionalSaveStampHolder<H extends IFluentMutableOptionalSaveStampHolder<H>>
extends IOptionalSaveStampHolder
A
IFluentMutableOptionalSaveStampHolder is a
IOptionalSaveStampHolder whose save stamp can be set and removed
programmatically and fluently.- Version:
- 2024-02-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the save stamp of the currentIFluentMutableOptionalSaveStampHolder.setSaveStamp(String saveStamp) Sets the save stamp of the currentIFluentMutableOptionalSaveStampHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalSaveStampHolder
getSaveStamp, hasSaveStamp
-
Methodendetails
-
removeSaveStamp
void removeSaveStamp()Removes the save stamp of the currentIFluentMutableOptionalSaveStampHolder. -
setSaveStamp
Sets the save stamp of the currentIFluentMutableOptionalSaveStampHolder.- Parameter:
saveStamp-- Gibt zurück:
- the current
IFluentMutableOptionalSaveStampHolder. - Löst aus:
RuntimeException- if the given saveStamp is null.RuntimeException- if the given saveStamp is blank.
-