Class NodeWithName
java.lang.Object
de.xima.fc.workflow.processor.model.NodeWithName
- All Implemented Interfaces:
INamedElement<NodeKey>
,INodeWithName
,Serializable
POJO implementation of
INodeWithName
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeWithName
(NodeKey key, String name) Creates a new POJO instance with the given values. -
Method Summary
-
Constructor Details
-
NodeWithName
Creates a new POJO instance with the given values.- Parameters:
key
- The value forINodeWithName.getElement()
. Must not benull
.name
- The value forINamedElement.getName()
.
-
-
Method Details
-
equals
-
getElement
- Specified by:
getElement
in interfaceINamedElement<NodeKey>
- Specified by:
getElement
in interfaceINodeWithName
- Returns:
- The key of the referenced workflow node.
-
getName
- Specified by:
getName
in interfaceINamedElement<NodeKey>
- Returns:
- The name of the element.
-
hashCode
public int hashCode() -
toString
Converts this node with name to a string reflecting the data of this POJO. Required for theomnifaces.SelectItemsConverter
-