Class WizardStepAO

    • Constructor Detail

      • WizardStepAO

        public WizardStepAO​(String aWizardId,
                            int aStepIndex,
                            String aPagexId)
        Constructor.
        Parameters:
        aWizardId - id of wizard
        aStepIndex - step index
        aPagexId - id of Ano-Pagex which is linked to current step
    • Method Detail

      • getStepIndex

        public int getStepIndex()
      • setStepIndex

        public void setStepIndex​(int aStepIndex)
      • getPagexId

        public String getPagexId()
      • setPagexId

        public void setPagexId​(String aPagexId)
      • getWizardId

        public String getWizardId()
      • setWizardId

        public void setWizardId​(String aWizardId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object