Class FormThemeView
java.lang.Object
de.xima.fc.gui.model.form_theme.FormThemeView
- All Implemented Interfaces:
Serializable
POJO view of a
ClientFormTheme, without relations to other entities.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbHZ
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormThemeView(ClientFormTheme theme) Creates a new POJO view of aClientFormThemewith the data from the given client form theme. -
Method Summary
Modifier and TypeMethodDescriptionGets the client form theme'sdescription.getId()Gets the client form theme'sID.getName()Gets the client form theme'sname.Gets the client form theme'sparent form theme.getUuid()Gets the client form theme'sUUID.voidsetDescription(String description) Sets the client form theme'sdescription.voidSets the client form theme'sname.voidsetParentFormTheme(FormThemeReference parentFormTheme) Sets the client form theme'sparent form theme.
-
Constructor Details
-
FormThemeView
Creates a new POJO view of aClientFormThemewith the data from the given client form theme.- Parameters:
theme- The client form theme.
-
-
Method Details
-
getDescription
-
setDescription
Sets the client form theme'sdescription.- Parameters:
description- The description.
-
getId
-
getName
-
setName
-
getParentFormTheme
Gets the client form theme'sparent form theme.- Returns:
- The parent form theme.
-
setParentFormTheme
Sets the client form theme'sparent form theme.- Parameters:
parentFormTheme- The parent form theme.
-
getUuid
-