Interface INameHolding
- All Superinterfaces:
INameProviding
- All Known Implementing Classes:
ClientFormTheme, MandantRessource, ProjektRessource
Common interface for all objects (mainly entities) that have got a name. Compared with
INameProviding, a
holder also allows for the name to be changed.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Method Summary
Methods inherited from interface INameProviding
getName
-
Method Details
-
setName
Sets the new name for this object.- Parameters:
name- The name of this object.
-