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 StringgetAttachmentFileName()longgetAttachmentId()- 
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(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:
 getAttachmentIdin interfaceIResolvedFileSourceAttachment- Returns:
 - The 
IDof the attachment. 
 
- 
getAttachmentFileName
public String getAttachmentFileName()
- Specified by:
 getAttachmentFileNamein interfaceIResolvedFileSourceAttachment- Returns:
 - The 
file nameof the attachment. 
 
 - 
 
 -