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