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