public class ChannelDefinitionEntityImpl extends AbstractEventRegistryNoRevisionEntity implements ChannelDefinitionEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Date |
createTime |
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 |
|---|
ChannelDefinitionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name of the channel definition
|
Date |
getCreateTime()
create time for this channel definition
|
String |
getDeploymentId()
The deployment in which this channel definition is contained.
|
String |
getDescription()
description of this channel definition
|
String |
getKey()
unique name for all versions this channel 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 channel definition. |
String |
getTenantId()
The tenant identifier of this channel definition
|
int |
getVersion()
version of this channel definition
|
void |
setCategory(String category) |
void |
setCreateTime(Date createTime) |
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 Date createTime
protected String resourceName
protected String tenantId
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getKey()
ChannelDefinitiongetKey in interface ChannelDefinitionpublic void setKey(String key)
setKey in interface ChannelDefinitionEntitypublic int getVersion()
ChannelDefinitiongetVersion in interface ChannelDefinitionpublic void setVersion(int version)
setVersion in interface ChannelDefinitionEntitypublic String getName()
ChannelDefinitiongetName in interface ChannelDefinitionpublic void setName(String name)
setName in interface ChannelDefinitionEntitypublic void setDescription(String description)
setDescription in interface ChannelDefinitionEntitypublic String getDescription()
ChannelDefinitiongetDescription in interface ChannelDefinitionpublic String getDeploymentId()
ChannelDefinitiongetDeploymentId in interface ChannelDefinitionpublic String getCategory()
ChannelDefinitiongetCategory in interface ChannelDefinitionpublic void setCategory(String category)
setCategory in interface ChannelDefinitionEntitypublic void setDeploymentId(String deploymentId)
setDeploymentId in interface ChannelDefinitionEntitypublic Date getCreateTime()
ChannelDefinitiongetCreateTime in interface ChannelDefinitionpublic void setCreateTime(Date createTime)
setCreateTime in interface ChannelDefinitionEntitypublic String getResourceName()
ChannelDefinitionthe resource of this channel definition.getResourceName in interface ChannelDefinitionpublic void setResourceName(String resourceName)
setResourceName in interface ChannelDefinitionEntitypublic String getTenantId()
ChannelDefinitiongetTenantId in interface ChannelDefinitionpublic void setTenantId(String tenantId)
setTenantId in interface ChannelDefinitionEntityCopyright © 2023 Flowable. All rights reserved.