Schnittstelle IFluentMutableIdHolder<FMIH>
- Typparameter:
FMIH
- is the type of aIFluentMutableIdHolder
.
- Alle Superschnittstellen:
IIdHolder
A
IFluentMutableIdHolder
is a IIdHolder
whose id can be set
programmatically and fluently.- Version:
- 2020-03-29
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IIdHolder
getId, getIdInQuotes, hasId
-
Methodendetails
-
setId
Sets the id of the currentIFluentMutableIdHolder
.- Parameter:
id
-- Gibt zurück:
- the current
IFluentMutableIdHolder
. - Löst aus:
RuntimeException
- if the given id is null.RuntimeException
- if the given id is blank.
-