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
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
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 translationvoidsetCreationTime(Date creationTime) voidsetCreatorId(String creatorId) voidvoidvoidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetUpdaterId(String updaterId) voidsetUpdateTime(Date updateTime) voidtoString()Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
getIdPrefixin interfaceEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getCreatorId
Description copied from interface:TranslationThe id of the user that created the translation.- Specified by:
getCreatorIdin interfaceTranslation
-
setCreatorId
- Specified by:
setCreatorIdin interfaceTranslationEntity
-
getCreationTime
Description copied from interface:TranslationThe creation timestamp of the translation.- Specified by:
getCreationTimein interfaceTranslation
-
setCreationTime
- Specified by:
setCreationTimein interfaceTranslationEntity
-
getUpdaterId
Description copied from interface:TranslationThe id of the user that last updated the translation- Specified by:
getUpdaterIdin interfaceTranslation
-
setUpdaterId
- Specified by:
setUpdaterIdin interfaceTranslationEntity
-
getUpdateTime
Description copied from interface:TranslationThe timestamp of the last update of the translation- Specified by:
getUpdateTimein interfaceTranslation
-
setUpdateTime
- Specified by:
setUpdateTimein interfaceTranslationEntity
-
getScopeId
Description copied from interface:TranslationThe id of the scoped object that the translation belongs to- Specified by:
getScopeIdin interfaceTranslation
-
setScopeId
- Specified by:
setScopeIdin interfaceTranslationEntity
-
getScopeType
Description copied from interface:TranslationThe type of the scoped object that the translation belongs to- Specified by:
getScopeTypein interfaceTranslation
-
setScopeType
- Specified by:
setScopeTypein interfaceTranslationEntity
-
getKey
Description copied from interface:TranslationThe key of the translation entry- Specified by:
getKeyin interfaceTranslation
-
setKey
- Specified by:
setKeyin interfaceTranslationEntity
-
getLocale
Description copied from interface:TranslationThe locale for the translation- Specified by:
getLocalein interfaceTranslation
-
setLocale
- Specified by:
setLocalein interfaceTranslationEntity
-
getValue
Description copied from interface:TranslationThe value of the translation- Specified by:
getValuein interfaceTranslation
-
setValue
- Specified by:
setValuein interfaceTranslationEntity
-
toString
-