Class AbstractCheckoutStepController.CheckoutSteps

    • Constructor Summary

      Constructors 
      Constructor Description
      CheckoutSteps​(java.lang.String progressBarId, java.lang.String url, java.lang.Integer stepNumber)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProgressBarId()  
      java.lang.Integer getStepNumber()  
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckoutSteps

        public CheckoutSteps​(java.lang.String progressBarId,
                             java.lang.String url,
                             java.lang.Integer stepNumber)
    • Method Detail

      • getProgressBarId

        public java.lang.String getProgressBarId()
      • getUrl

        public java.lang.String getUrl()
      • getStepNumber

        public java.lang.Integer getStepNumber()