Schnittstelle IMutableTitleHolder
- Alle Superschnittstellen:
ITitleHolder
A
IMutableTitleHolder
is a ITitleHolder
whose title can be
set programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ITitleHolder
getTitle, getTitleInQuotes
-
Methodendetails
-
setTitle
Sets the title of the currentIMutableTitleHolder
.- Parameter:
title
-- Löst aus:
RuntimeException
- if the given title is null.RuntimeException
- if the given title is blank.
-