Class ChannelDefinitionEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntity
-
- org.flowable.eventregistry.impl.persistence.entity.ChannelDefinitionEntityImpl
-
- All Implemented Interfaces:
Serializable,Entity,ChannelDefinition,ChannelDefinitionEntity
public class ChannelDefinitionEntityImpl extends AbstractEventRegistryNoRevisionEntity implements ChannelDefinitionEntity, Serializable
- Author:
- Joram Barrez, Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected DatecreateTimeprotected StringdeploymentIdprotected Stringdescriptionprotected Stringimplementationprotected Stringkeyprotected Stringnameprotected StringresourceNameprotected StringtenantIdprotected Stringtypeprotected intversion-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description ChannelDefinitionEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()DategetCreateTime()StringgetDeploymentId()StringgetDescription()StringgetImplementation()StringgetKey()StringgetName()ObjectgetPersistentState()StringgetResourceName()StringgetTenantId()StringgetType()intgetVersion()voidsetCategory(String category)voidsetCreateTime(Date createTime)voidsetDeploymentId(String deploymentId)voidsetDescription(String description)voidsetImplementation(String implementation)voidsetKey(String key)voidsetName(String name)voidsetResourceName(String resourceName)voidsetTenantId(String tenantId)voidsetType(String type)voidsetVersion(int version)StringtoString()-
Methods inherited from class org.flowable.eventregistry.impl.persistence.entity.AbstractEventRegistryNoRevisionEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.flowable.eventregistry.api.ChannelDefinition
getId
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-
-
-
Field Detail
-
name
protected String name
-
description
protected String description
-
key
protected String key
-
version
protected int version
-
category
protected String category
-
type
protected String type
-
implementation
protected String implementation
-
deploymentId
protected String deploymentId
-
createTime
protected Date createTime
-
resourceName
protected String resourceName
-
tenantId
protected String tenantId
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceChannelDefinition
-
setKey
public void setKey(String key)
- Specified by:
setKeyin interfaceChannelDefinitionEntity
-
getVersion
public int getVersion()
- Specified by:
getVersionin interfaceChannelDefinition
-
setVersion
public void setVersion(int version)
- Specified by:
setVersionin interfaceChannelDefinitionEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceChannelDefinition
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceChannelDefinitionEntity
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceChannelDefinitionEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceChannelDefinition
-
getType
public String getType()
- Specified by:
getTypein interfaceChannelDefinition
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceChannelDefinitionEntity
-
getImplementation
public String getImplementation()
- Specified by:
getImplementationin interfaceChannelDefinition
-
setImplementation
public void setImplementation(String implementation)
- Specified by:
setImplementationin interfaceChannelDefinitionEntity
-
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentIdin interfaceChannelDefinition
-
getCategory
public String getCategory()
- Specified by:
getCategoryin interfaceChannelDefinition
-
setCategory
public void setCategory(String category)
- Specified by:
setCategoryin interfaceChannelDefinitionEntity
-
setDeploymentId
public void setDeploymentId(String deploymentId)
- Specified by:
setDeploymentIdin interfaceChannelDefinitionEntity
-
getCreateTime
public Date getCreateTime()
- Specified by:
getCreateTimein interfaceChannelDefinition
-
setCreateTime
public void setCreateTime(Date createTime)
- Specified by:
setCreateTimein interfaceChannelDefinitionEntity
-
getResourceName
public String getResourceName()
- Specified by:
getResourceNamein interfaceChannelDefinition
-
setResourceName
public void setResourceName(String resourceName)
- Specified by:
setResourceNamein interfaceChannelDefinitionEntity
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceChannelDefinition
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantIdin interfaceChannelDefinitionEntity
-
-