Class MigrationStep

    • Constructor Detail

      • MigrationStep

        public MigrationStep()
      • MigrationStep

        public MigrationStep​(MigrationStep source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getStepNo

        public Long getStepNo()
        Get 步骤序列
        Returns:
        StepNo 步骤序列
      • setStepNo

        public void setStepNo​(Long StepNo)
        Set 步骤序列
        Parameters:
        StepNo - 步骤序列
      • getStepName

        public String getStepName()
        Get 步骤展现名称
        Returns:
        StepName 步骤展现名称
      • setStepName

        public void setStepName​(String StepName)
        Set 步骤展现名称
        Parameters:
        StepName - 步骤展现名称
      • getStepId

        public String getStepId()
        Get 英文ID标识
        Returns:
        StepId 英文ID标识
      • setStepId

        public void setStepId​(String StepId)
        Set 英文ID标识
        Parameters:
        StepId - 英文ID标识
      • getStatus

        public Long getStatus()
        Get 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
        Returns:
        Status 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
      • setStatus

        public void setStatus​(Long Status)
        Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
        Parameters:
        Status - 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行