Class WorkflowStepHistory

    • Constructor Detail

      • WorkflowStepHistory

        public WorkflowStepHistory()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Get accountId.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        setAccountId.
      • getDacId

        public String getDacId()
        Get dacId.
        Returns:
        dacId
      • setDacId

        public void setDacId​(String dacId)
        setDacId.
      • getDsStepId

        public String getDsStepId()
        Get dsStepId.
        Returns:
        dsStepId
      • setDsStepId

        public void setDsStepId​(String dsStepId)
        setDsStepId.
      • getEndDate

        public String getEndDate()
        Track the End time of the Workflow Step.
        Returns:
        endDate
      • setEndDate

        public void setEndDate​(String endDate)
        setEndDate.
      • outputModuleProperties

        public WorkflowStepHistory outputModuleProperties​(Object outputModuleProperties)
        outputModuleProperties.
        Returns:
        WorkflowStepHistory
      • getOutputModuleProperties

        public Object getOutputModuleProperties()
        Get outputModuleProperties.
        Returns:
        outputModuleProperties
      • setOutputModuleProperties

        public void setOutputModuleProperties​(Object outputModuleProperties)
        setOutputModuleProperties.
      • getStartDate

        public String getStartDate()
        Track the Start time of the Workflow Step.
        Returns:
        startDate
      • setStartDate

        public void setStartDate​(String startDate)
        setStartDate.
      • getStepId

        public String getStepId()
        The Step Id of the workflow step in the workflow instance.
        Returns:
        stepId
      • setStepId

        public void setStepId​(String stepId)
        setStepId.
      • getStepName

        public String getStepName()
        Name of the workflow step (DS Scope).
        Returns:
        stepName
      • setStepName

        public void setStepName​(String stepName)
        setStepName.
      • getUserId

        public String getUserId()
        Get userId.
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
        setUserId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object