Package org.bonitasoft.web.client.model
Class FormMapping
java.lang.Object
org.bonitasoft.web.client.model.FormMapping
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe targetstatic enumthe form mapping type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()the form mapping identifierthe identifier of the user who last updated this form mapping - 0 if no update has been done yetthe last update date in milliseconds - null if no update has been done yetthe custom page identifier when type is INTERNAL - null otherwisethe page mapping key part used to generate the form URLthe process identifier related to this form mappingthe targetgetTask()the task name when type is TASK - null otherwisegetType()the form mapping typegetUrl()the external URL (string) when type is URL - null otherwiseinthashCode()lastUpdateBy(String lastUpdateBy) lastUpdateDate(String lastUpdateDate) pageMappingKey(String pageMappingKey) processDefinitionId(String processDefinitionId) voidvoidsetLastUpdateBy(String lastUpdateBy) voidsetLastUpdateDate(String lastUpdateDate) voidvoidsetPageMappingKey(String pageMappingKey) voidsetProcessDefinitionId(String processDefinitionId) voidsetTarget(FormMapping.TargetEnum target) voidvoidsetType(FormMapping.TypeEnum type) voidtarget(FormMapping.TargetEnum target) toString()type(FormMapping.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TARGET
- See Also:
-
JSON_PROPERTY_TASK
- See Also:
-
JSON_PROPERTY_PAGE_ID
- See Also:
-
JSON_PROPERTY_PAGE_MAPPING_KEY
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_BY
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
FormMapping
public FormMapping()
-
-
Method Details
-
id
-
getId
the form mapping identifier- Returns:
- id
-
setId
-
processDefinitionId
-
getProcessDefinitionId
the process identifier related to this form mapping- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
type
-
getType
the form mapping type- Returns:
- type
-
setType
-
target
-
getTarget
the target- Returns:
- target
-
setTarget
-
task
-
getTask
the task name when type is TASK - null otherwise- Returns:
- task
-
setTask
-
pageId
-
getPageId
the custom page identifier when type is INTERNAL - null otherwise- Returns:
- pageId
-
setPageId
-
pageMappingKey
-
getPageMappingKey
the page mapping key part used to generate the form URL- Returns:
- pageMappingKey
-
setPageMappingKey
-
lastUpdateBy
-
getLastUpdateBy
the identifier of the user who last updated this form mapping - 0 if no update has been done yet- Returns:
- lastUpdateBy
-
setLastUpdateBy
-
lastUpdateDate
-
getLastUpdateDate
the last update date in milliseconds - null if no update has been done yet- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
url
-
getUrl
the external URL (string) when type is URL - null otherwise- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-