Interface IFluentMutableIdHolder<H>
- Type Parameters:
H- is the type of aIFluentMutableIdHolder.
- All Superinterfaces:
IIdHolder
A
IFluentMutableIdHolder is a IIdHolder whose id can be set
programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IIdHolder
getId, getIdInQuotes, hasId
-
Method Details
-
setId
Sets the id of the currentIFluentMutableIdHolder.- Parameters:
id-- Returns:
- the current
IFluentMutableIdHolder. - Throws:
RuntimeException- if the given id is null.RuntimeException- if the given id is blank.
-