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 of
IResolvedFileSourceAttachment
.- Since:
- 7.0.5
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedFileSourceAttachment
(long attachmentId, String attachmentFileName) Creates a new POJO instance with the given data. -
Method Summary
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
-
Constructor Details
-
ResolvedFileSourceAttachment
Creates a new POJO instance with the given data.- Parameters:
attachmentId
- Value returned bygetAttachmentId()
.attachmentFileName
- Value returned bygetAttachmentFileName()
.
-
-
Method Details
-
getAttachmentId
public long getAttachmentId()- Specified by:
getAttachmentId
in interfaceIResolvedFileSourceAttachment
- Returns:
- The
ID
of the attachment.
-
getAttachmentFileName
- Specified by:
getAttachmentFileName
in interfaceIResolvedFileSourceAttachment
- Returns:
- The
file name
of the attachment.
-