Class FormThemeView

    • Constructor Detail

      • 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 Detail

      • 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.
      • 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.