com.hp.lft.sdk.sap.ui5

Class RoadMapDescription

    • Constructor Detail

      • 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 Detail

      • setItems

        public void setItems(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.Integer stepsCount)
        Sets the number of steps in the road map.
        Parameters:
        stepsCount - the number of steps in the road map.
      • getStepsCount

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