public class TranslationEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntity implements TranslationEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
creationTime |
protected String |
creatorId |
protected String |
key |
protected String |
locale |
protected String |
scopeId |
protected String |
scopeType |
protected String |
updaterId |
protected Date |
updateTime |
protected String |
value |
| Constructor and Description |
|---|
TranslationEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
The creation timestamp of the translation.
|
String |
getCreatorId()
The id of the user that created the translation.
|
String |
getIdPrefix() |
String |
getKey()
The key of the translation entry
|
String |
getLocale()
The locale for the translation
|
Object |
getPersistentState() |
String |
getScopeId()
The id of the scoped object that the translation belongs to
|
String |
getScopeType()
The type of the scoped object that the translation belongs to
|
String |
getUpdaterId()
The id of the user that last updated the translation
|
Date |
getUpdateTime()
The timestamp of the last update of the translation
|
String |
getValue()
The value of the translation
|
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setKey(String key) |
void |
setLocale(String locale) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setUpdaterId(String updaterId) |
void |
setUpdateTime(Date updateTime) |
void |
setValue(String value) |
String |
toString() |
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String creatorId
protected Date creationTime
protected String updaterId
protected Date updateTime
protected String scopeId
protected String scopeType
protected String key
protected String locale
protected String value
public String getIdPrefix()
getIdPrefix in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getCreatorId()
TranslationgetCreatorId in interface Translationpublic void setCreatorId(String creatorId)
setCreatorId in interface TranslationEntitypublic Date getCreationTime()
TranslationgetCreationTime in interface Translationpublic void setCreationTime(Date creationTime)
setCreationTime in interface TranslationEntitypublic String getUpdaterId()
TranslationgetUpdaterId in interface Translationpublic void setUpdaterId(String updaterId)
setUpdaterId in interface TranslationEntitypublic Date getUpdateTime()
TranslationgetUpdateTime in interface Translationpublic void setUpdateTime(Date updateTime)
setUpdateTime in interface TranslationEntitypublic String getScopeId()
TranslationgetScopeId in interface Translationpublic void setScopeId(String scopeId)
setScopeId in interface TranslationEntitypublic String getScopeType()
TranslationgetScopeType in interface Translationpublic void setScopeType(String scopeType)
setScopeType in interface TranslationEntitypublic String getKey()
TranslationgetKey in interface Translationpublic void setKey(String key)
setKey in interface TranslationEntitypublic String getLocale()
TranslationgetLocale in interface Translationpublic void setLocale(String locale)
setLocale in interface TranslationEntitypublic String getValue()
TranslationgetValue in interface Translationpublic void setValue(String value)
setValue in interface TranslationEntityCopyright © 2019. All rights reserved.