Class FormMapping

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class FormMapping
    extends Object
    implements Serializable
    Form Mapping specifies the mapping of a form to a process or a task. The mapping indicates the technology used to create the form, in the `target` attribute.
    See Also:
    Serialized Form
    • Constructor Detail

      • FormMapping

        public FormMapping()
    • Method Detail

      • getId

        @Nullable
        public String getId()
        the form mapping identifier
        Returns:
        id
      • setId

        public void setId​(String id)
      • processDefinitionId

        public FormMapping processDefinitionId​(String processDefinitionId)
      • getProcessDefinitionId

        @Nullable
        public String getProcessDefinitionId()
        the process identifier related to this form mapping
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getTask

        @Nullable
        public String getTask()
        the task name when type is TASK - null otherwise
        Returns:
        task
      • setTask

        public void setTask​(String task)
      • getPageId

        @Nullable
        public String getPageId()
        the custom page identifier when type is INTERNAL - null otherwise
        Returns:
        pageId
      • setPageId

        public void setPageId​(String pageId)
      • getPageMappingKey

        @Nullable
        public String getPageMappingKey()
        the page mapping key part used to generate the form URL
        Returns:
        pageMappingKey
      • setPageMappingKey

        public void setPageMappingKey​(String pageMappingKey)
      • getLastUpdateBy

        @Nullable
        public String getLastUpdateBy()
        the identifier of the user who last updated this form mapping - 0 if no update has been done yet
        Returns:
        lastUpdateBy
      • setLastUpdateBy

        public void setLastUpdateBy​(String lastUpdateBy)
      • getLastUpdateDate

        @Nullable
        public String getLastUpdateDate()
        the last update date in milliseconds - null if no update has been done yet
        Returns:
        lastUpdateDate
      • setLastUpdateDate

        public void setLastUpdateDate​(String lastUpdateDate)
      • getUrl

        @Nullable
        public String getUrl()
        the external URL (string) when type is URL - null otherwise
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object