Class DSWorkflowLane

    • Constructor Detail

      • DSWorkflowLane

        public DSWorkflowLane()
    • Method Detail

      • getLaneId

        public String getLaneId()
        Get laneId.
        Returns:
        laneId
      • setLaneId

        public void setLaneId​(String laneId)
        setLaneId.
      • addLaneStepsItem

        public DSWorkflowLane addLaneStepsItem​(Object laneStepsItem)
        addLaneStepsItem.
        Returns:
        DSWorkflowLane
      • getLaneSteps

        public List<Object> getLaneSteps()
        A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep].
        Returns:
        laneSteps
      • setLaneSteps

        public void setLaneSteps​(List<Object> laneSteps)
        setLaneSteps.
      • 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