Class FormThemeDeletionModel.ThemeDeletionItem

    • Method Detail

      • getDetail

        public String getDetail()
        Gets the localized detail message for this theme.
        Returns:
        The detail message.
      • getThemeId

        public Long getThemeId()
        Gets the ID of the client form theme to be deleted.
        Returns:
        The client form theme ID.
      • getThemeName

        public String getThemeName()
        Gets the name of the client form theme to be deleted.
        Returns:
        The client form theme name.
      • getThemeUuid

        public UUID getThemeUuid()
        Gets the UUID of the client form theme to be deleted.
        Returns:
        The client form theme UUID.
      • getVolumeId

        public String getVolumeId()
        Gets the file explorer volume ID of the theme to be deleted.
        Returns:
        The theme's volume ID.
      • isDelete

        public boolean isDelete()
        Gets whether this theme should be deleted.
        Returns:
        Whether this theme should be deleted.
      • setDelete

        public void setDelete​(boolean delete)
        Sets whether this theme should be deleted.
        Parameters:
        delete - Whether this theme should be deleted.