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.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungsetSaveStamp(String saveStamp) Sets the save stamp of the currentIFluentMutableSaveStampHolder.Von Schnittstelle geerbte Methoden 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.
-