Class ResolvedFile
- java.lang.Object
-
- de.xima.fc.workflow.processor.model.ResolvedFile
-
- All Implemented Interfaces:
IResolvedFile
,Serializable
public class ResolvedFile extends Object implements IResolvedFile, Serializable
Default POJO implementation ofIResolvedFile
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFile(String originalFileName, File file)
Creates a new POJO with the given data.
-
-
-
Constructor Detail
-
ResolvedFile
public ResolvedFile(String originalFileName, File file)
Creates a new POJO with the given data.- Parameters:
file
- Value returned bygetFile()
.originalFileName
- Value returned bygetOriginalFileName()
.
-
-
Method Detail
-
getFile
public File getFile()
- Specified by:
getFile
in interfaceIResolvedFile
- Returns:
- The file object representing the file with the data.
-
getOriginalFileName
public String getOriginalFileName()
- Specified by:
getOriginalFileName
in interfaceIResolvedFile
- Returns:
- The original name of the file.
-
-