Class DashboardEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.DashboardEntityImpl
- All Implemented Interfaces:
Dashboard
,DashboardEntity
,HasRevision
,Entity
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected String
protected String
protected String
protected Date
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setConfiguration
(String configuration) void
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
void
setTenantId
(String tenantId) void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) toString()
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, wait, wait, wait
Methods inherited from interface com.flowable.platform.engine.impl.persistence.entity.DashboardEntity
setId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
name
-
creatorId
-
creationTime
-
updaterId
-
updateTime
-
configuration
-
tenantId
-
-
Constructor Details
-
DashboardEntityImpl
public DashboardEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getName
-
setName
- Specified by:
setName
in interfaceDashboardEntity
-
getCreatorId
- Specified by:
getCreatorId
in interfaceDashboard
-
setCreatorId
- Specified by:
setCreatorId
in interfaceDashboardEntity
-
getCreationTime
- Specified by:
getCreationTime
in interfaceDashboard
-
setCreationTime
- Specified by:
setCreationTime
in interfaceDashboardEntity
-
getUpdaterId
- Specified by:
getUpdaterId
in interfaceDashboard
-
setUpdaterId
- Specified by:
setUpdaterId
in interfaceDashboardEntity
-
getUpdateTime
- Specified by:
getUpdateTime
in interfaceDashboard
-
setUpdateTime
- Specified by:
setUpdateTime
in interfaceDashboardEntity
-
getConfiguration
- Specified by:
getConfiguration
in interfaceDashboard
-
setConfiguration
- Specified by:
setConfiguration
in interfaceDashboardEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceDashboard
-
setTenantId
- Specified by:
setTenantId
in interfaceDashboardEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-