public class FormDefinitionEntityImpl extends AbstractFormEngineNoRevisionEntity implements FormDefinitionEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
deploymentId |
protected String |
description |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
FormDefinitionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name of the form
|
String |
getDeploymentId()
The deployment in which this form is contained.
|
String |
getDescription()
description of this form
|
String |
getKey()
unique name for all versions this form
|
String |
getName()
label used for display purposes
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getResourceName()
name of
the resource of this form definition. |
String |
getTenantId()
The tenant identifier of this form
|
int |
getVersion()
version of this form
|
void |
setCategory(String category) |
void |
setDeploymentId(String deploymentId) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String name
protected String description
protected String key
protected int version
protected String category
protected String deploymentId
protected String resourceName
protected String tenantId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getKey()
FormDefinitiongetKey in interface FormDefinitionpublic void setKey(String key)
setKey in interface FormDefinitionEntitypublic String getName()
FormDefinitiongetName in interface FormDefinitionpublic void setName(String name)
setName in interface FormDefinitionEntitypublic void setDescription(String description)
setDescription in interface FormDefinitionEntitypublic String getDescription()
FormDefinitiongetDescription in interface FormDefinitionpublic String getDeploymentId()
FormDefinitiongetDeploymentId in interface FormDefinitionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface FormDefinitionEntitypublic int getVersion()
FormDefinitiongetVersion in interface FormDefinitionpublic void setVersion(int version)
setVersion in interface FormDefinitionEntitypublic String getResourceName()
FormDefinitionthe resource of this form definition.getResourceName in interface FormDefinitionpublic void setResourceName(String resourceName)
setResourceName in interface FormDefinitionEntitypublic String getTenantId()
FormDefinitiongetTenantId in interface FormDefinitionpublic void setTenantId(String tenantId)
setTenantId in interface FormDefinitionEntitypublic String getCategory()
FormDefinitiongetCategory in interface FormDefinitionpublic void setCategory(String category)
setCategory in interface FormDefinitionEntityCopyright © 2023 Flowable. All rights reserved.