Schnittstelle IFluentMutableOptionalSaveStampHolder<FMSSH extends IFluentMutableOptionalSaveStampHolder<FMSSH>>
- Typparameter:
FMSSH
- is the type of aIFluentMutableOptionalSaveStampHolder
.
- Alle Superschnittstellen:
IOptionalSaveStampHolder
public interface IFluentMutableOptionalSaveStampHolder<FMSSH extends IFluentMutableOptionalSaveStampHolder<FMSSH>>
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 TypMethodeBeschreibungRemoves the save stamp of the currentIFluentMutableOptionalSaveStampHolder
.setSaveStamp
(String saveStamp) Sets the save stamp of the currentIFluentMutableOptionalSaveStampHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalSaveStampHolder
getSaveStamp, hasSaveStamp
-
Methodendetails
-
removeSaveStamp
FMSSH removeSaveStamp()Removes the save stamp of the currentIFluentMutableOptionalSaveStampHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalSaveStampHolder
.
-
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.
-