Class TranslationEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.TranslationEntityImpl
- All Implemented Interfaces:
Translation
,TranslationEntity
,HasRevision
,Entity
- Author:
- Filip Hrisafov
-
Field Summary
Modifier and TypeFieldDescriptionprotected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe creation timestamp of the translation.The id of the user that created the translation.getKey()
The key of the translation entryThe locale for the translationThe id of the scoped object that the translation belongs toThe type of the scoped object that the translation belongs toThe id of the user that last updated the translationThe timestamp of the last update of the translationgetValue()
The value of the translationvoid
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
void
void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) void
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 org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface com.flowable.platform.api.translation.Translation
getId
-
Field Details
-
creatorId
-
creationTime
-
updaterId
-
updateTime
-
scopeId
-
scopeType
-
key
-
locale
-
value
-
-
Constructor Details
-
TranslationEntityImpl
public TranslationEntityImpl()
-
-
Method Details
-
getIdPrefix
- Specified by:
getIdPrefix
in interfaceEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getCreatorId
Description copied from interface:Translation
The id of the user that created the translation.- Specified by:
getCreatorId
in interfaceTranslation
-
setCreatorId
- Specified by:
setCreatorId
in interfaceTranslationEntity
-
getCreationTime
Description copied from interface:Translation
The creation timestamp of the translation.- Specified by:
getCreationTime
in interfaceTranslation
-
setCreationTime
- Specified by:
setCreationTime
in interfaceTranslationEntity
-
getUpdaterId
Description copied from interface:Translation
The id of the user that last updated the translation- Specified by:
getUpdaterId
in interfaceTranslation
-
setUpdaterId
- Specified by:
setUpdaterId
in interfaceTranslationEntity
-
getUpdateTime
Description copied from interface:Translation
The timestamp of the last update of the translation- Specified by:
getUpdateTime
in interfaceTranslation
-
setUpdateTime
- Specified by:
setUpdateTime
in interfaceTranslationEntity
-
getScopeId
Description copied from interface:Translation
The id of the scoped object that the translation belongs to- Specified by:
getScopeId
in interfaceTranslation
-
setScopeId
- Specified by:
setScopeId
in interfaceTranslationEntity
-
getScopeType
Description copied from interface:Translation
The type of the scoped object that the translation belongs to- Specified by:
getScopeType
in interfaceTranslation
-
setScopeType
- Specified by:
setScopeType
in interfaceTranslationEntity
-
getKey
Description copied from interface:Translation
The key of the translation entry- Specified by:
getKey
in interfaceTranslation
-
setKey
- Specified by:
setKey
in interfaceTranslationEntity
-
getLocale
Description copied from interface:Translation
The locale for the translation- Specified by:
getLocale
in interfaceTranslation
-
setLocale
- Specified by:
setLocale
in interfaceTranslationEntity
-
getValue
Description copied from interface:Translation
The value of the translation- Specified by:
getValue
in interfaceTranslation
-
setValue
- Specified by:
setValue
in interfaceTranslationEntity
-
toString
-