Interface IFluentMutableOptionalSaveStampHolder<H extends IFluentMutableOptionalSaveStampHolder<H>>
- Type Parameters:
H- is the type of aIFluentMutableOptionalSaveStampHolder.
- All Superinterfaces:
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.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the save stamp of the currentIFluentMutableOptionalSaveStampHolder.setSaveStamp(String saveStamp) Sets the save stamp of the currentIFluentMutableOptionalSaveStampHolder.Methods inherited from interface IOptionalSaveStampHolder
getSaveStamp, hasSaveStamp
-
Method Details
-
removeSaveStamp
void removeSaveStamp()Removes the save stamp of the currentIFluentMutableOptionalSaveStampHolder. -
setSaveStamp
Sets the save stamp of the currentIFluentMutableOptionalSaveStampHolder.- Parameters:
saveStamp-- Returns:
- the current
IFluentMutableOptionalSaveStampHolder. - Throws:
RuntimeException- if the given saveStamp is null.RuntimeException- if the given saveStamp is blank.
-