Interface INameHolding

All Superinterfaces:
INameProviding
All Known Implementing Classes:
ClientFormTheme, MandantRessource, ProjektRessource

public interface INameHolding extends INameProviding
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
  • Method Details

    • setName

      void setName(String name)
      Sets the new name for this object.
      Parameters:
      name - The name of this object.