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
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.common.engine.impl.persistence.entity.Entity
public class TranslationEntityImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEntity implements TranslationEntity
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Date
creationTime
protected java.lang.String
creatorId
protected java.lang.String
key
protected java.lang.String
locale
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.lang.String
updaterId
protected java.util.Date
updateTime
protected java.lang.String
value
-
Constructor Summary
Constructors Constructor Description TranslationEntityImpl()
-
Method Summary
Modifier and Type Method Description java.util.Date
getCreationTime()
The creation timestamp of the translation.java.lang.String
getCreatorId()
The id of the user that created the translation.java.lang.String
getIdPrefix()
java.lang.String
getKey()
The key of the translation entryjava.lang.String
getLocale()
The locale for the translationjava.lang.Object
getPersistentState()
java.lang.String
getScopeId()
The id of the scoped object that the translation belongs tojava.lang.String
getScopeType()
The type of the scoped object that the translation belongs tojava.lang.String
getUpdaterId()
The id of the user that last updated the translationjava.util.Date
getUpdateTime()
The timestamp of the last update of the translationjava.lang.String
getValue()
The value of the translationvoid
setCreationTime(java.util.Date creationTime)
void
setCreatorId(java.lang.String creatorId)
void
setKey(java.lang.String key)
void
setLocale(java.lang.String locale)
void
setScopeId(java.lang.String scopeId)
void
setScopeType(java.lang.String scopeType)
void
setUpdaterId(java.lang.String updaterId)
void
setUpdateTime(java.util.Date updateTime)
void
setValue(java.lang.String value)
java.lang.String
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
-
Field Details
-
creatorId
protected java.lang.String creatorId -
creationTime
protected java.util.Date creationTime -
updaterId
protected java.lang.String updaterId -
updateTime
protected java.util.Date updateTime -
scopeId
protected java.lang.String scopeId -
scopeType
protected java.lang.String scopeType -
key
protected java.lang.String key -
locale
protected java.lang.String locale -
value
protected java.lang.String value
-
-
Constructor Details
-
TranslationEntityImpl
public TranslationEntityImpl()
-
-
Method Details
-
getIdPrefix
public java.lang.String getIdPrefix()- Specified by:
getIdPrefix
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getCreatorId
public java.lang.String getCreatorId()Description copied from interface:Translation
The id of the user that created the translation.- Specified by:
getCreatorId
in interfaceTranslation
-
setCreatorId
public void setCreatorId(java.lang.String creatorId)- Specified by:
setCreatorId
in interfaceTranslationEntity
-
getCreationTime
public java.util.Date getCreationTime()Description copied from interface:Translation
The creation timestamp of the translation.- Specified by:
getCreationTime
in interfaceTranslation
-
setCreationTime
public void setCreationTime(java.util.Date creationTime)- Specified by:
setCreationTime
in interfaceTranslationEntity
-
getUpdaterId
public java.lang.String getUpdaterId()Description copied from interface:Translation
The id of the user that last updated the translation- Specified by:
getUpdaterId
in interfaceTranslation
-
setUpdaterId
public void setUpdaterId(java.lang.String updaterId)- Specified by:
setUpdaterId
in interfaceTranslationEntity
-
getUpdateTime
public java.util.Date getUpdateTime()Description copied from interface:Translation
The timestamp of the last update of the translation- Specified by:
getUpdateTime
in interfaceTranslation
-
setUpdateTime
public void setUpdateTime(java.util.Date updateTime)- Specified by:
setUpdateTime
in interfaceTranslationEntity
-
getScopeId
public java.lang.String getScopeId()Description copied from interface:Translation
The id of the scoped object that the translation belongs to- Specified by:
getScopeId
in interfaceTranslation
-
setScopeId
public void setScopeId(java.lang.String scopeId)- Specified by:
setScopeId
in interfaceTranslationEntity
-
getScopeType
public java.lang.String getScopeType()Description copied from interface:Translation
The type of the scoped object that the translation belongs to- Specified by:
getScopeType
in interfaceTranslation
-
setScopeType
public void setScopeType(java.lang.String scopeType)- Specified by:
setScopeType
in interfaceTranslationEntity
-
getKey
public java.lang.String getKey()Description copied from interface:Translation
The key of the translation entry- Specified by:
getKey
in interfaceTranslation
-
setKey
public void setKey(java.lang.String key)- Specified by:
setKey
in interfaceTranslationEntity
-
getLocale
public java.lang.String getLocale()Description copied from interface:Translation
The locale for the translation- Specified by:
getLocale
in interfaceTranslation
-
setLocale
public void setLocale(java.lang.String locale)- Specified by:
setLocale
in interfaceTranslationEntity
-
getValue
public java.lang.String getValue()Description copied from interface:Translation
The value of the translation- Specified by:
getValue
in interfaceTranslation
-
setValue
public void setValue(java.lang.String value)- Specified by:
setValue
in interfaceTranslationEntity
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-