Class FormThemeView

java.lang.Object
de.xima.fc.gui.model.form_theme.FormThemeView
All Implemented Interfaces:
Serializable

public final class FormThemeView extends Object implements Serializable
POJO view of a ClientFormTheme, without relations to other entities.
Since:
8.3.0
Author:
XIMA MEDIA GmbHZ
See Also:
  • Constructor Details

    • FormThemeView

      public FormThemeView(ClientFormTheme theme)
      Creates a new POJO view of a ClientFormTheme with the data from the given client form theme.
      Parameters:
      theme - The client form theme.
  • Method Details

    • getDescription

      public String getDescription()
      Gets the client form theme's description.
      Returns:
      The description.
    • setDescription

      public void setDescription(String description)
      Sets the client form theme's description.
      Parameters:
      description - The description.
    • getId

      public Long getId()
      Gets the client form theme's ID.
      Returns:
      The ID.
    • getName

      public String getName()
      Gets the client form theme's name.
      Returns:
      The name.
    • setName

      public void setName(String name)
      Sets the client form theme's name.
      Parameters:
      name - The name.
    • getParentFormTheme

      public FormThemeReference getParentFormTheme()
      Gets the client form theme's parent form theme.
      Returns:
      The parent form theme.
    • setParentFormTheme

      public void setParentFormTheme(FormThemeReference parentFormTheme)
      Sets the client form theme's parent form theme.
      Parameters:
      parentFormTheme - The parent form theme.
    • getUuid

      public UUID getUuid()
      Gets the client form theme's UUID.
      Returns:
      The UUID.