Interface INamedWorkflowObject

    • Method Detail

      • getName

        String getName()
        Get the name of the workflow object.
        Returns:
        The name of the workflow object.
      • setName

        void setName​(String p_strName)
        Set the name of the workflow object.
        Parameters:
        p_strName - The name of the workflow object.