Class VisitedPage
java.lang.Object
com.aquima.interactions.flow.model.VisitedPage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Method to create a unique string for a specific page with an optional active instance for the pagegetName()
boolean
boolean
boolean
void
setBlocked
(boolean flagBlocked) void
setErrors
(boolean hasErrors) void
setVisited
(boolean visited) toString()
-
Constructor Details
-
Method Details
-
getKey
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
-
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
-