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