Schnittstelle IMutableOptionalIdHolder
- Alle Superschnittstellen:
IOptionalIdHolder
A
IMutableOptionalIdHolder is a IOptionalIdHolder whose id
can be set and removed programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidremoveId()Removes the id of the currentIMutableOptionalIdHolder.voidSets the id of the currentIMutableOptionalIdHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-