Class DefaultFlowNodeDetails

java.lang.Object
com.aquima.interactions.flow.model.DefaultFlowNodeDetails
All Implemented Interfaces:
IFlowNodeDetails, INodeDetails, INodeDetailsWithDebugIdentifier, Serializable

public class DefaultFlowNodeDetails extends Object implements IFlowNodeDetails, INodeDetailsWithDebugIdentifier
Internal class containing information about the flow to call within the flow node.
Since:
7.0
Author:
F. van der Meer
See Also:
  • Constructor Details

    • DefaultFlowNodeDetails

      protected DefaultFlowNodeDetails(NodeID nodeId, String name)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IFlowNodeDetails
      This method returns the name of the flow the node represents.
      Specified by:
      getName in interface IFlowNodeDetails
      Returns:
      the name of the flow the node represents.
    • getNodeId

      public 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.
    • getDebugIdentifier

      public String getDebugIdentifier()
      Specified by:
      getDebugIdentifier in interface INodeDetailsWithDebugIdentifier
    • toString

      public String toString()
      Overrides:
      toString in class Object