public class AppDefinitionEntityImpl extends AbstractAppEngineEntity implements AppDefinitionEntity
| 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, revision| Constructor and Description |
|---|
AppDefinitionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name which is derived from the targetNamespace attribute in the definitions element
|
String |
getDeploymentId()
The deployment in which this app definition is contained.
|
String |
getDescription()
description of this app definition
|
String |
getKey()
unique name for all versions of this app definition
|
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 app definition. |
String |
getTenantId()
The tenant identifier of this app definition
|
int |
getVersion()
version of this app definition
|
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) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetIdprotected String category
protected String name
protected String key
protected String description
protected int version
protected String resourceName
protected String deploymentId
protected String tenantId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getCategory()
AppDefinitiongetCategory in interface AppDefinitionpublic void setName(String name)
setName in interface AppDefinitionEntitypublic String getName()
AppDefinitiongetName in interface AppDefinitionpublic String getKey()
AppDefinitiongetKey in interface AppDefinitionpublic String getDescription()
AppDefinitiongetDescription in interface AppDefinitionpublic int getVersion()
AppDefinitiongetVersion in interface AppDefinitionpublic String getResourceName()
AppDefinitionthe resource of this app definition.getResourceName in interface AppDefinitionpublic String getDeploymentId()
AppDefinitiongetDeploymentId in interface AppDefinitionpublic String getTenantId()
AppDefinitiongetTenantId in interface AppDefinitionpublic void setDescription(String description)
setDescription in interface AppDefinitionEntitypublic void setCategory(String category)
setCategory in interface AppDefinitionEntitypublic void setVersion(int version)
setVersion in interface AppDefinitionEntitypublic void setKey(String key)
setKey in interface AppDefinitionEntitypublic void setResourceName(String resourceName)
setResourceName in interface AppDefinitionEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface AppDefinitionEntitypublic void setTenantId(String tenantId)
setTenantId in interface AppDefinitionEntityCopyright © 2023 Flowable. All rights reserved.