Schnittstelle IMutableOptionalIdHolder
- Alle Superschnittstellen:
IOptionalIdHolder
A
IMutableOptionalIdHolder is a IOptionalIdHolder whose id
can be set and removed programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidremoveId()Removes the id of the currentIMutableOptionalIdHolder.voidSets the id of the currentIMutableOptionalIdHolder.Von Schnittstelle geerbte Methoden IOptionalIdHolder
getId, getIdInQuotes, hasId, hasId
-
Methodendetails
-
removeId
void removeId()Removes the id of the currentIMutableOptionalIdHolder. -
setId
Sets the id of the currentIMutableOptionalIdHolder.- Parameter:
id-- Löst aus:
RuntimeException- if the given id is null.RuntimeException- if the given id is blank.
-