Interface MutableIdHolder
- All Superinterfaces:
IdHolder
A
MutableIdHolder is a IdHolder whose id can be set
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IdHolder
getId, getIdInSingleQuotes, hasId
-
Method Details
-
setId
Sets the id of the currentMutableIdHolder.- Parameters:
id-- Throws:
RuntimeException- if the given id is null or blank
-