Class ESignDocumentFromPreviousStep

    • Constructor Detail

      • ESignDocumentFromPreviousStep

        public ESignDocumentFromPreviousStep()
    • Method Detail

      • documentFromPreviousStep

        public ESignDocumentFromPreviousStep documentFromPreviousStep​(Object documentFromPreviousStep)
        documentFromPreviousStep.
        Returns:
        ESignDocumentFromPreviousStep
      • getDocumentFromPreviousStep

        public Object getDocumentFromPreviousStep()
        Reference of #/definitions/DSWorkflowVariable. DS Workflow Variables.
        Returns:
        documentFromPreviousStep
      • setDocumentFromPreviousStep

        public void setDocumentFromPreviousStep​(Object documentFromPreviousStep)
        setDocumentFromPreviousStep.
      • getName

        public Object getName()
        Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].
        Returns:
        name
      • setName

        public void setName​(Object name)
        setName.
      • 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