Class RoadMapDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class RoadMapDescription extends WebElementDescription
The description of an SAPUI5 RoadMap test object.
  • Constructor Details

    • RoadMapDescription

      public RoadMapDescription()
      Initializes a new instance of the RoadMapDescription class.
    • RoadMapDescription

      protected RoadMapDescription(RoadMapDescription.Init<?> init)
      Initializes a new instance of the RoadMapDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setItems

      public void setItems(String[] items)
      Sets the collection of names of all the items including steps and sub-steps in the road map.
      Parameters:
      items - the names of all items to set.
    • getItems

      public String[] getItems()
      Returns a collection of the names of all steps and sub-steps in the road map.
      Returns:
      A collection of the names of all steps and sub-steps in the road map.
    • setSteps

      public void setSteps(String[] steps)
      Sets the collection of names of all steps in the road map.
      Parameters:
      steps - the semicolon-delimited list of names of all steps in the road map.
    • getSteps

      public String[] getSteps()
      Returns a collection of the names of all steps in the road map.
      Returns:
      A collection of the names of all steps in the road map.
    • setItemsCount

      public void setItemsCount(Integer itemsCount)
      Sets the number of steps and sub-steps in the road map.
      Parameters:
      itemsCount - the number of steps and sub-steps to set.
    • getItemsCount

      public Integer getItemsCount()
      Returns the number of steps and sub-steps in the road map.
      Returns:
      The number of steps and sub-steps in the road map.
    • setStepsCount

      public void setStepsCount(Integer stepsCount)
      Sets the number of steps in the road map.
      Parameters:
      stepsCount - the number of steps in the road map.
    • getStepsCount

      public Integer getStepsCount()
      Returns the number of steps in the road map.
      Returns:
      The number of steps in the road map.