Package de.xima.fc.workflow
Class AttachmentValueDescriptor
- java.lang.Object
 - 
- de.xima.fc.workflow.AttachmentValueDescriptor
 
 
- 
- All Implemented Interfaces:
 IAttachmentValueDescriptor
public class AttachmentValueDescriptor extends Object implements IAttachmentValueDescriptor
POJO implementation ofIAttachmentValueDescriptor.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AttachmentValueDescriptor(String descriptionI18n)Creates a new POJO implementation ofIAttachmentValueDescriptorwith the given data. 
 - 
 
- 
- 
Constructor Detail
- 
AttachmentValueDescriptor
public AttachmentValueDescriptor(String descriptionI18n)
Creates a new POJO implementation ofIAttachmentValueDescriptorwith the given data.- Parameters:
 descriptionI18n- The value that is returned byIAttachmentValueDescriptor.getDescriptionI18n().
 
 - 
 
- 
Method Detail
- 
getDescriptionI18n
public String getDescriptionI18n()
- Specified by:
 getDescriptionI18nin interfaceIAttachmentValueDescriptor- Returns:
 - I18n key pointing to a description for the attachments.
 
 
 - 
 
 -