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 ofIAttachmentValueDescriptor
with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescriptionI18n()
IAttachmentValueDescriptor
intersect(IAttachmentValueDescriptor other)
-
-
-
Constructor Detail
-
AttachmentValueDescriptor
public AttachmentValueDescriptor(String descriptionI18n)
Creates a new POJO implementation ofIAttachmentValueDescriptor
with the given data.- Parameters:
descriptionI18n
- The value that is returned byIAttachmentValueDescriptor.getDescriptionI18n()
.
-
-
Method Detail
-
getDescriptionI18n
public String getDescriptionI18n()
- Specified by:
getDescriptionI18n
in interfaceIAttachmentValueDescriptor
- Returns:
- I18n key pointing to a description for the attachments.
-
intersect
public IAttachmentValueDescriptor intersect(IAttachmentValueDescriptor other)
- Specified by:
intersect
in interfaceIAttachmentValueDescriptor
-
-