Package de.xima.fc.workflow
Class FileValueDescriptor
- java.lang.Object
 - 
- de.xima.fc.workflow.FileValueDescriptor
 
 
- 
- All Implemented Interfaces:
 IFileValueDescriptor
public class FileValueDescriptor extends Object implements IFileValueDescriptor
POJO implementation ofIFileValueDescriptor.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FileValueDescriptor(String descriptionI18n)Creates a new POJO implementation ofIFileValueDescriptorwith the given data. 
 - 
 
- 
- 
Constructor Detail
- 
FileValueDescriptor
public FileValueDescriptor(String descriptionI18n)
Creates a new POJO implementation ofIFileValueDescriptorwith the given data.- Parameters:
 descriptionI18n- The value that is returned byIFileValueDescriptor.getDescriptionI18n().
 
 - 
 
- 
Method Detail
- 
getDescriptionI18n
public String getDescriptionI18n()
- Specified by:
 getDescriptionI18nin interfaceIFileValueDescriptor- Returns:
 - I18n key pointing to a description for the file.
 
 
 - 
 
 -