java.lang.Object
com.aquima.interactions.portal.model.session.state.serializer.node.NodeDetails
All Implemented Interfaces:
INodeDetails, Serializable
Direct Known Subclasses:
FlowActionNodeDetails, FlowNodeDetails, FlowResultNodeDetails

public class NodeDetails extends Object implements INodeDetails
Generic node details object providing the node ID.
Since:
7.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • NodeDetails

      public NodeDetails(NodeID id)
  • Method Details

    • getNodeId

      public final NodeID getNodeId()
      Description copied from interface: INodeDetails
      This methode should return the unique ID that has been assigned to the node. The ID of a node is unique within the flow that contains the node.
      Specified by:
      getNodeId in interface INodeDetails
      Returns:
      String containing the unique ID of the node.