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 TypMethodeBeschreibungvoid
removeId()
Removes the id of the currentIMutableOptionalIdHolder
.void
Sets the id of the currentIMutableOptionalIdHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.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.
-