Class ProcessParameter

    • Constructor Detail

      • ProcessParameter

        public ProcessParameter()
    • Method Detail

      • getProcessId

        @Nullable
        public String getProcessId()
        the identifier of the process definition
        Returns:
        processId
      • setProcessId

        public void setProcessId​(String processId)
      • getProcessName

        @Nullable
        public String getProcessName()
        the name of the related process
        Returns:
        processName
      • setProcessName

        public void setProcessName​(String processName)
      • getDescription

        @Nullable
        public String getDescription()
        the description of the parameter
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getName

        @Nullable
        public String getName()
        the name of the parameter
        Returns:
        name
      • setName

        public void setName​(String name)
      • getValue

        @Nullable
        public String getValue()
        the value of the parameter
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • getProcessVersion

        @Nullable
        public String getProcessVersion()
        the version of the process
        Returns:
        processVersion
      • setProcessVersion

        public void setProcessVersion​(String processVersion)
      • getType

        @Nullable
        public String getType()
        the type of the parameter
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object