Class ResolvedFileSourceAttachment
- java.lang.Object
-
- de.xima.fc.workflow.processor.model.ResolvedFileSourceAttachment
-
- All Implemented Interfaces:
IResolvedFileSourceAttachment
,IResolvedFileSourceDetails
,Serializable
public final class ResolvedFileSourceAttachment extends Object implements IResolvedFileSourceAttachment
Default POJO implementation ofIResolvedFileSourceAttachment
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolvedFileSourceAttachment(long attachmentId, String attachmentFileName)
Creates a new POJO instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttachmentFileName()
long
getAttachmentId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceAttachment
getType
-
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
-
-
-
Constructor Detail
-
ResolvedFileSourceAttachment
public ResolvedFileSourceAttachment(long attachmentId, String attachmentFileName)
Creates a new POJO instance with the given data.- Parameters:
attachmentId
- Value returned bygetAttachmentId()
.attachmentFileName
- Value returned bygetAttachmentFileName()
.
-
-
Method Detail
-
getAttachmentId
public long getAttachmentId()
- Specified by:
getAttachmentId
in interfaceIResolvedFileSourceAttachment
- Returns:
- The
ID
of the attachment.
-
getAttachmentFileName
public String getAttachmentFileName()
- Specified by:
getAttachmentFileName
in interfaceIResolvedFileSourceAttachment
- Returns:
- The
file name
of the attachment.
-
-