Class FormThemeFileReference

  • All Implemented Interfaces:
    Serializable

    public final class FormThemeFileReference
    extends Object
    implements Serializable
    A reference to particular file from a IFormTheme. Uniquely identifies a file from a form theme. Such a reference can be used later to retrieve the content of the file.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getContext

        public String getContext()
        The context of the resource, see EFormThemeResourceContext for well-known contexts.
        Returns:
        The context of the resource.
      • getFilePath

        public String getFilePath()
        The path of the file in the form theme, see IFormTheme#getFilePaths.
        Returns:
        The file name of the file in the form theme.
      • getTheme

        public FormThemeReference getTheme()
        The reference to the form theme that contains the file.
        Returns:
        The reference to the form theme that contains the file.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object