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(String attachmentFileName)Creates a new POJO instance with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentFileName()- 
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 Detail
- 
ResolvedFileSourceAttachment
public ResolvedFileSourceAttachment(String attachmentFileName)
Creates a new POJO instance with the given data.- Parameters:
 attachmentFileName- Value returned bygetAttachmentFileName().
 
 - 
 
- 
Method Detail
- 
getAttachmentFileName
public String getAttachmentFileName()
- Specified by:
 getAttachmentFileNamein interfaceIResolvedFileSourceAttachment- Returns:
 - The file name of the 
Attachment. 
 
 - 
 
 -