public class DataObjectSchemaDefinitionEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectSchemaDefinitionEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationTime |
protected String |
creatorId |
protected String |
deploymentId |
protected String |
key |
protected String |
resourceName |
protected String |
tenantId |
protected int |
version |
| Constructor and Description |
|---|
DataObjectSchemaDefinitionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Returns the creation timestamp of this defnition
|
String |
getCreatorId()
Returns the id of the user creating this data definition.
|
String |
getDeploymentId() |
String |
getKey()
Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across
environments for the same data object schema definition.
|
Object |
getPersistentState() |
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setDeploymentId(String deploymentId) |
void |
setKey(String key) |
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setVersion(int version) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected String key
protected int version
protected String deploymentId
protected String tenantId
protected String resourceName
protected Date creationTime
protected String creatorId
public DataObjectSchemaDefinitionEntityImpl()
public String getKey()
DataObjectSchemaDefinitiongetKey in interface DataObjectSchemaDefinitionpublic void setKey(String key)
setKey in interface DataObjectSchemaDefinitionEntitypublic int getVersion()
getVersion in interface DataObjectSchemaDefinitionpublic void setVersion(int version)
setVersion in interface DataObjectSchemaDefinitionEntitypublic String getDeploymentId()
getDeploymentId in interface DataObjectSchemaDefinitionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DataObjectSchemaDefinitionEntitypublic String getTenantId()
getTenantId in interface DataObjectSchemaDefinitionpublic void setTenantId(String tenantId)
setTenantId in interface DataObjectSchemaDefinitionEntitypublic String getResourceName()
getResourceName in interface DataObjectSchemaDefinitionpublic void setResourceName(String resourceName)
setResourceName in interface DataObjectSchemaDefinitionEntitypublic Date getCreationTime()
DataObjectSchemaDefinitiongetCreationTime in interface DataObjectSchemaDefinitionpublic void setCreationTime(Date creationTime)
setCreationTime in interface DataObjectSchemaDefinitionEntitypublic String getCreatorId()
DataObjectSchemaDefinitiongetCreatorId in interface DataObjectSchemaDefinitionpublic void setCreatorId(String creatorId)
setCreatorId in interface DataObjectSchemaDefinitionEntitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.