Class FlowNodeDelegate

java.lang.Object
com.aquima.interactions.flow.model.FlowNodeDelegate
All Implemented Interfaces:
IFlowNodeDetails, INodeDetails, Serializable
Direct Known Subclasses:
CompletedFlowNode, StartedFlowNode

public class FlowNodeDelegate extends Object implements IFlowNodeDetails
Delegate class which maps the methods to the internal IFlowNodeDetails.
Since:
8.4.9
Author:
Jon van Leuven
See Also:
  • Constructor Details

  • Method Details

    • getInternalNode

      protected IFlowNodeDetails getInternalNode()
    • 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.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object