java.lang.Object
com.aquima.interactions.portal.model.session.state.serializer.node.NodeDetails
com.aquima.interactions.portal.model.session.state.serializer.node.FlowNodeDetails
All Implemented Interfaces:
IFlowNodeDetails, INodeDetails, Serializable

public class FlowNodeDetails extends NodeDetails implements IFlowNodeDetails
Node details object for nodes representing a (sub)flow.
Since:
7.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • FlowNodeDetails

      public FlowNodeDetails(NodeID id, 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.