Package de.xima.fc.entities.interfaces
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 withINameProviding
, a holder also allows for the name to be changed.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setName(String name)
Sets the new name for this object.-
Methods inherited from interface de.xima.fc.entities.interfaces.INameProviding
getName
-
-
-
-
Method Detail
-
setName
void setName(String name)
Sets the new name for this object.- Parameters:
name
- The name of this object.
-
-