public class AppDefinitionEntityImpl extends AbstractEntity 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() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getKey() |
String |
getName() |
Object |
getPersistentState() |
String |
getResourceName() |
String |
getTenantId() |
int |
getVersion() |
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) |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, 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()
getPersistentState in interface Entitypublic String getCategory()
getCategory in interface AppDefinitionpublic void setName(String name)
setName in interface AppDefinitionEntitypublic String getName()
getName in interface AppDefinitionpublic String getKey()
getKey in interface AppDefinitionpublic String getDescription()
getDescription in interface AppDefinitionpublic int getVersion()
getVersion in interface AppDefinitionpublic String getResourceName()
getResourceName in interface AppDefinitionpublic String getDeploymentId()
getDeploymentId in interface AppDefinitionpublic String getTenantId()
getTenantId 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 © 2018 Flowable. All rights reserved.