Interface IMutableOptionalIdHolder
- All Superinterfaces:
IOptionalIdHolder
A
IMutableOptionalIdHolder is a IOptionalIdHolder whose id
can be set and removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveId()Removes the id of the currentIMutableOptionalIdHolder.voidSets the id of the currentIMutableOptionalIdHolder.Methods inherited from interface IOptionalIdHolder
getId, getIdInQuotes, hasId, hasId
-
Method Details
-
removeId
void removeId()Removes the id of the currentIMutableOptionalIdHolder. -
setId
Sets the id of the currentIMutableOptionalIdHolder.- Parameters:
id-- Throws:
RuntimeException- if the given id is null.RuntimeException- if the given id is blank.
-