Class AppDefinitionEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntity
-
- com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
-
- com.flowable.app.engine.impl.persistence.entity.AppDefinitionEntityImpl
-
- All Implemented Interfaces:
AppDefinitionEntity
,CoreAppDefinition
,AppDefinition
,HasRevision
,Entity
public class AppDefinitionEntityImpl extends AbstractAppEngineEntity implements AppDefinitionEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected String
appUrl
protected String
category
protected String
deploymentId
protected String
description
static String
FLOW_APP_TYPE
protected String
key
protected String
name
protected String
resourceName
protected String
state
protected String
subState
protected String
subType
protected String
tenantId
protected String
type
protected int
version
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description AppDefinitionEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppUrl()
String
getCategory()
String
getDeploymentId()
String
getDescription()
String
getKey()
String
getName()
Object
getPersistentState()
String
getResourceName()
String
getState()
String
getSubState()
String
getSubType()
String
getTenantId()
String
getType()
int
getVersion()
boolean
isFlowApp()
void
setAppUrl(String appUrl)
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
setState(String state)
void
setSubState(String subState)
void
setSubType(String subType)
void
setTenantId(String tenantId)
void
setType(String type)
void
setVersion(int version)
-
Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.app.api.repository.AppDefinition
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
-
FLOW_APP_TYPE
public static final String FLOW_APP_TYPE
- See Also:
- Constant Field Values
-
category
protected String category
-
name
protected String name
-
key
protected String key
-
description
protected String description
-
version
protected int version
-
type
protected String type
-
subType
protected String subType
-
state
protected String state
-
subState
protected String subState
-
appUrl
protected String appUrl
-
resourceName
protected String resourceName
-
deploymentId
protected String deploymentId
-
tenantId
protected String tenantId
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
getCategory
public String getCategory()
- Specified by:
getCategory
in interfaceAppDefinition
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceAppDefinitionEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceAppDefinition
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceAppDefinition
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceAppDefinition
-
getVersion
public int getVersion()
- Specified by:
getVersion
in interfaceAppDefinition
-
getResourceName
public String getResourceName()
- Specified by:
getResourceName
in interfaceAppDefinition
-
getDeploymentId
public String getDeploymentId()
- Specified by:
getDeploymentId
in interfaceAppDefinition
-
getTenantId
public String getTenantId()
- Specified by:
getTenantId
in interfaceAppDefinition
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceAppDefinitionEntity
-
setCategory
public void setCategory(String category)
- Specified by:
setCategory
in interfaceAppDefinitionEntity
-
setVersion
public void setVersion(int version)
- Specified by:
setVersion
in interfaceAppDefinitionEntity
-
setKey
public void setKey(String key)
- Specified by:
setKey
in interfaceAppDefinitionEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceCoreAppDefinition
-
setType
public void setType(String type)
- Specified by:
setType
in interfaceAppDefinitionEntity
-
isFlowApp
public boolean isFlowApp()
- Specified by:
isFlowApp
in interfaceCoreAppDefinition
-
getSubType
public String getSubType()
- Specified by:
getSubType
in interfaceCoreAppDefinition
-
setSubType
public void setSubType(String subType)
- Specified by:
setSubType
in interfaceAppDefinitionEntity
-
getState
public String getState()
- Specified by:
getState
in interfaceCoreAppDefinition
-
setState
public void setState(String state)
- Specified by:
setState
in interfaceAppDefinitionEntity
-
getSubState
public String getSubState()
- Specified by:
getSubState
in interfaceCoreAppDefinition
-
setSubState
public void setSubState(String subState)
- Specified by:
setSubState
in interfaceAppDefinitionEntity
-
getAppUrl
public String getAppUrl()
- Specified by:
getAppUrl
in interfaceCoreAppDefinition
-
setAppUrl
public void setAppUrl(String appUrl)
- Specified by:
setAppUrl
in interfaceAppDefinitionEntity
-
setResourceName
public void setResourceName(String resourceName)
- Specified by:
setResourceName
in interfaceAppDefinitionEntity
-
setDeploymentId
public void setDeploymentId(String deploymentId)
- Specified by:
setDeploymentId
in interfaceAppDefinitionEntity
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantId
in interfaceAppDefinitionEntity
-
-