Class DataObjectDefinitionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.dataobject.engine.impl.persistence.entity.AbstractDataObjectEngineEntity
com.flowable.dataobject.engine.impl.persistence.entity.DataObjectDefinitionEntityImpl
- All Implemented Interfaces:
- DataObjectDefinition,- DataObjectDefinitionEntity,- org.flowable.common.engine.impl.db.HasRevision,- org.flowable.common.engine.impl.persistence.entity.Entity
public class DataObjectDefinitionEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectDefinitionEntity
- 
Field SummaryFields Modifier and Type Field Description protected java.util.DatecreationTimeprotected java.lang.StringcreatorIdprotected java.lang.StringdeploymentIdprotected java.lang.StringexternalIdprotected java.lang.Stringkeyprotected java.lang.Stringnameprotected java.lang.StringresourceNameprotected java.lang.StringsourceIdprotected java.lang.StringsourceTypeprotected java.lang.StringsubTypeprotected java.lang.StringtenantIdprotected java.lang.Stringtypeprotected intversion
- 
Constructor SummaryConstructors Constructor Description DataObjectDefinitionEntityImpl()
- 
Method SummaryModifier and Type Method Description java.util.DategetCreationTime()Returns the creation timestamp of this data object.java.lang.StringgetCreatorId()Returns the id of the user creating this data object.java.lang.StringgetDeploymentId()java.lang.StringgetExternalId()Returns the external id for this data object definition.java.lang.StringgetKey()Returns the key for this data object definition which must be unique, but is human-readable normally and must be the same across environments for the same data object definition.java.lang.StringgetName()Returns the name of this data object definition which is usually used as the label.java.lang.ObjectgetPersistentState()java.lang.StringgetResourceName()java.lang.StringgetSourceId()Returns the id of the source for this data object definition.java.lang.StringgetSourceType()Returns the type of the source for this data object definition.java.lang.StringgetSubType()The sub type further categorizes this master data definition (see type for more information and examples).java.lang.StringgetTenantId()java.lang.StringgetType()The type of this data object definition, normally used to kind of categorize data object definitions (e.g.intgetVersion()voidsetCreationTime(java.util.Date creationTime)voidsetCreatorId(java.lang.String creatorId)voidsetDeploymentId(java.lang.String deploymentId)voidsetExternalId(java.lang.String externalId)voidsetKey(java.lang.String key)voidsetName(java.lang.String name)voidsetResourceName(java.lang.String resourceName)voidsetSourceId(java.lang.String sourceId)voidsetSourceType(java.lang.String sourceType)voidsetSubType(java.lang.String subType)voidsetTenantId(java.lang.String tenantId)voidsetType(java.lang.String type)voidsetVersion(int version)Methods inherited from class com.flowable.dataobject.engine.impl.persistence.entity.AbstractDataObjectEngineEntitygetIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntitygetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
keyprotected java.lang.String key
- 
versionprotected int version
- 
deploymentIdprotected java.lang.String deploymentId
- 
tenantIdprotected java.lang.String tenantId
- 
nameprotected java.lang.String name
- 
typeprotected java.lang.String type
- 
subTypeprotected java.lang.String subType
- 
externalIdprotected java.lang.String externalId
- 
sourceIdprotected java.lang.String sourceId
- 
sourceTypeprotected java.lang.String sourceType
- 
resourceNameprotected java.lang.String resourceName
- 
creationTimeprotected java.util.Date creationTime
- 
creatorIdprotected java.lang.String creatorId
 
- 
- 
Constructor Details- 
DataObjectDefinitionEntityImplpublic DataObjectDefinitionEntityImpl()
 
- 
- 
Method Details- 
getKeypublic java.lang.String getKey()Description copied from interface:DataObjectDefinitionReturns the key for this data object definition which must be unique, but is human-readable normally and must be the same across environments for the same data object definition.- Specified by:
- getKeyin interface- DataObjectDefinition
- Returns:
- the key for this data object definition
 
- 
setKeypublic void setKey(java.lang.String key)- Specified by:
- setKeyin interface- DataObjectDefinitionEntity
 
- 
getVersionpublic int getVersion()- Specified by:
- getVersionin interface- DataObjectDefinition
 
- 
setVersionpublic void setVersion(int version)- Specified by:
- setVersionin interface- DataObjectDefinitionEntity
 
- 
getDeploymentIdpublic java.lang.String getDeploymentId()- Specified by:
- getDeploymentIdin interface- DataObjectDefinition
 
- 
setDeploymentIdpublic void setDeploymentId(java.lang.String deploymentId)- Specified by:
- setDeploymentIdin interface- DataObjectDefinitionEntity
 
- 
getTenantIdpublic java.lang.String getTenantId()- Specified by:
- getTenantIdin interface- DataObjectDefinition
 
- 
setTenantIdpublic void setTenantId(java.lang.String tenantId)- Specified by:
- setTenantIdin interface- DataObjectDefinitionEntity
 
- 
getNamepublic java.lang.String getName()Description copied from interface:DataObjectDefinitionReturns the name of this data object definition which is usually used as the label.- Specified by:
- getNamein interface- DataObjectDefinition
- Returns:
- the name of this data object definition
 
- 
setNamepublic void setName(java.lang.String name)- Specified by:
- setNamein interface- DataObjectDefinitionEntity
 
- 
getTypepublic java.lang.String getType()Description copied from interface:DataObjectDefinitionThe type of this data object definition, normally used to kind of categorize data object definitions (e.g. the type might be 'masterData' and the sub type might then reflect another sub type of master data like 'internal' or 'SAP' or whatever makes sense for categorization.- Specified by:
- getTypein interface- DataObjectDefinition
- Returns:
- the type of this master data definition
 
- 
setTypepublic void setType(java.lang.String type)- Specified by:
- setTypein interface- DataObjectDefinitionEntity
 
- 
getExternalIdpublic java.lang.String getExternalId()Description copied from interface:DataObjectDefinitionReturns the external id for this data object definition.- Specified by:
- getExternalIdin interface- DataObjectDefinition
 
- 
setExternalIdpublic void setExternalId(java.lang.String externalId)- Specified by:
- setExternalIdin interface- DataObjectDefinitionEntity
 
- 
getSubTypepublic java.lang.String getSubType()Description copied from interface:DataObjectDefinitionThe sub type further categorizes this master data definition (see type for more information and examples).- Specified by:
- getSubTypein interface- DataObjectDefinition
- Returns:
- the sub type of this master data description
 
- 
setSubTypepublic void setSubType(java.lang.String subType)- Specified by:
- setSubTypein interface- DataObjectDefinitionEntity
 
- 
getSourceIdpublic java.lang.String getSourceId()Description copied from interface:DataObjectDefinitionReturns the id of the source for this data object definition.- Specified by:
- getSourceIdin interface- DataObjectDefinition
 
- 
setSourceIdpublic void setSourceId(java.lang.String sourceId)- Specified by:
- setSourceIdin interface- DataObjectDefinitionEntity
 
- 
getSourceTypepublic java.lang.String getSourceType()Description copied from interface:DataObjectDefinitionReturns the type of the source for this data object definition.- Specified by:
- getSourceTypein interface- DataObjectDefinition
- Returns:
- the type of the source supporting this data objects
- See Also:
- for a list of supported source types
 
- 
setSourceTypepublic void setSourceType(java.lang.String sourceType)- Specified by:
- setSourceTypein interface- DataObjectDefinitionEntity
 
- 
getResourceNamepublic java.lang.String getResourceName()- Specified by:
- getResourceNamein interface- DataObjectDefinition
 
- 
setResourceNamepublic void setResourceName(java.lang.String resourceName)- Specified by:
- setResourceNamein interface- DataObjectDefinitionEntity
 
- 
getCreationTimepublic java.util.Date getCreationTime()Description copied from interface:DataObjectDefinitionReturns the creation timestamp of this data object.- Specified by:
- getCreationTimein interface- DataObjectDefinition
- Returns:
- the creation timestamp
 
- 
setCreationTimepublic void setCreationTime(java.util.Date creationTime)- Specified by:
- setCreationTimein interface- DataObjectDefinitionEntity
 
- 
getCreatorIdpublic java.lang.String getCreatorId()Description copied from interface:DataObjectDefinitionReturns the id of the user creating this data object.- Specified by:
- getCreatorIdin interface- DataObjectDefinition
- Returns:
- the id of the creation user
 
- 
setCreatorIdpublic void setCreatorId(java.lang.String creatorId)- Specified by:
- setCreatorIdin interface- DataObjectDefinitionEntity
 
- 
getPersistentStatepublic java.lang.Object getPersistentState()- Specified by:
- getPersistentStatein interface- org.flowable.common.engine.impl.persistence.entity.Entity
 
 
-