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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IResolvedFileSourceAttachment
getTypeMethods inherited from interface IResolvedFileSourceDetails
asAttachment, asClientFile, asFormFile, asUploadElement, asUrl, asWorkflowNode, asWorkflowTrigger
-
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:
getAttachmentIdin interfaceIResolvedFileSourceAttachment- Returns:
- The
IDof the attachment.
-
getAttachmentFileName
- Specified by:
getAttachmentFileNamein interfaceIResolvedFileSourceAttachment- Returns:
- The
file nameof the attachment.
-