Class ClientFormThemeFile.ClientFormThemeFileId
java.lang.Object
de.xima.fc.entities.ClientFormThemeFile.ClientFormThemeFileId
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClientFormThemeFile
public static final class ClientFormThemeFile.ClientFormThemeFileId
extends Object
implements Serializable
An ID for a
ClientFormThemeFile that uniquely identifies that file within a particular
ClientFormTheme.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientFormThemeFileId(String resourceContext, String filePath) Creates a new ID for aClientFormThemeFilethat uniquely identifies that file in a particularClientFormTheme. -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilePath()Gets thefile pathof the file.inthashCode()ofFile(ClientFormThemeFile file) Creates a new ID for aClientFormThemeFilethat uniquely identifies that file in a particularClientFormTheme.Gets theresource contextof the file.toString()
-
Constructor Details
-
ClientFormThemeFileId
Creates a new ID for aClientFormThemeFilethat uniquely identifies that file in a particularClientFormTheme.- Parameters:
resourceContext- The resource context of the file.filePath- The file path of the file.
-
-
Method Details
-
equals
-
filePath
-
hashCode
-
resourceContext
Gets theresource contextof the file.- Returns:
- The resource context of the file.
-
toString
-
ofFile
Creates a new ID for aClientFormThemeFilethat uniquely identifies that file in a particularClientFormTheme.- Parameters:
file- The file to create an ID for.- Returns:
- The ID for the file, or null if the file is null.
-