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