Class ConfigurationStep


  • public class ConfigurationStep
    extends Object
    Author:
    Pavel.Sher
    • Constructor Detail

      • ConfigurationStep

        public ConfigurationStep​(int number,
                                 @NotNull
                                 String title,
                                 @NotNull
                                 String stepId,
                                 @NotNull
                                 String url)
    • Method Detail

      • getNumber

        public int getNumber()
      • getStepId

        public String getStepId()
      • getTitle

        @NotNull
        public String getTitle()
      • getUrl

        @NotNull
        public String getUrl()