Class VisitedPage

java.lang.Object
com.aquima.interactions.flow.model.VisitedPage
All Implemented Interfaces:
Serializable

public class VisitedPage extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public static String getKey(String name)
      Method to create a unique string for a specific page with an optional active instance for the page
      Parameters:
      name - String, unique name of the visited page, cannot be null
      Returns:
      String unique string to be used as ID for an instance of a VisitedPage
    • getName

      public String getName()
    • getFlowPath

      public IFlowPath getFlowPath()
    • isVisited

      public boolean isVisited()
    • setVisited

      public void setVisited(boolean visited)
    • hasErrors

      public boolean hasErrors()
    • setErrors

      public void setErrors(boolean hasErrors)
    • isBlocked

      public boolean isBlocked()
    • setBlocked

      public void setBlocked(boolean flagBlocked)
    • toString

      public String toString()
      Overrides:
      toString in class Object