Class ResolvedAttachmentSourcePreviousNode
- java.lang.Object
 - 
- de.xima.fc.workflow.processor.model.ResolvedAttachmentSourcePreviousNode
 
 
- 
- All Implemented Interfaces:
 IResolvedAttachmentSourceDetails,IResolvedAttachmentSourcePreviousNode,Serializable
public final class ResolvedAttachmentSourcePreviousNode extends Object implements IResolvedAttachmentSourcePreviousNode
Default POJO implementation ofIResolvedAttachmentSourcePreviousNode.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ResolvedAttachmentSourcePreviousNode(long nodeId, String nodeName)Creates a new POJO instance with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNodeId()StringgetNodeName()- 
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.IResolvedAttachmentSourceDetails
asPreviousNode, asSearch, asUpload 
- 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourcePreviousNode
getType 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ResolvedAttachmentSourcePreviousNode
public ResolvedAttachmentSourcePreviousNode(long nodeId, String nodeName)Creates a new POJO instance with the given data.- Parameters:
 nodeId- Value returned bygetNodeId().nodeName- Value returned bygetNodeName().
 
 - 
 
- 
Method Detail
- 
getNodeId
public long getNodeId()
- Specified by:
 getNodeIdin interfaceIResolvedAttachmentSourcePreviousNode- Returns:
 - The ID of the 
WorkflowNode. 
 
- 
getNodeName
public String getNodeName()
- Specified by:
 getNodeNamein interfaceIResolvedAttachmentSourcePreviousNode- Returns:
 - The name of the workflow node.
 
 
 - 
 
 -