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.DatecreationTimeprotected java.lang.StringcreatorIdprotected java.lang.Stringkeyprotected java.lang.Stringlocaleprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.lang.StringupdaterIdprotected java.util.DateupdateTimeprotected java.lang.Stringvalue -
Constructor Summary
Constructors Constructor Description TranslationEntityImpl() -
Method Summary
Modifier and Type Method Description java.util.DategetCreationTime()The creation timestamp of the translation.java.lang.StringgetCreatorId()The id of the user that created the translation.java.lang.StringgetIdPrefix()java.lang.StringgetKey()The key of the translation entryjava.lang.StringgetLocale()The locale for the translationjava.lang.ObjectgetPersistentState()java.lang.StringgetScopeId()The id of the scoped object that the translation belongs tojava.lang.StringgetScopeType()The type of the scoped object that the translation belongs tojava.lang.StringgetUpdaterId()The id of the user that last updated the translationjava.util.DategetUpdateTime()The timestamp of the last update of the translationjava.lang.StringgetValue()The value of the translationvoidsetCreationTime(java.util.Date creationTime)voidsetCreatorId(java.lang.String creatorId)voidsetKey(java.lang.String key)voidsetLocale(java.lang.String locale)voidsetScopeId(java.lang.String scopeId)voidsetScopeType(java.lang.String scopeType)voidsetUpdaterId(java.lang.String updaterId)voidsetUpdateTime(java.util.Date updateTime)voidsetValue(java.lang.String value)java.lang.StringtoString()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, 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:
getIdPrefixin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getCreatorId
public java.lang.String getCreatorId()Description copied from interface:TranslationThe id of the user that created the translation.- Specified by:
getCreatorIdin interfaceTranslation
-
setCreatorId
public void setCreatorId(java.lang.String creatorId)- Specified by:
setCreatorIdin interfaceTranslationEntity
-
getCreationTime
public java.util.Date getCreationTime()Description copied from interface:TranslationThe creation timestamp of the translation.- Specified by:
getCreationTimein interfaceTranslation
-
setCreationTime
public void setCreationTime(java.util.Date creationTime)- Specified by:
setCreationTimein interfaceTranslationEntity
-
getUpdaterId
public java.lang.String getUpdaterId()Description copied from interface:TranslationThe id of the user that last updated the translation- Specified by:
getUpdaterIdin interfaceTranslation
-
setUpdaterId
public void setUpdaterId(java.lang.String updaterId)- Specified by:
setUpdaterIdin interfaceTranslationEntity
-
getUpdateTime
public java.util.Date getUpdateTime()Description copied from interface:TranslationThe timestamp of the last update of the translation- Specified by:
getUpdateTimein interfaceTranslation
-
setUpdateTime
public void setUpdateTime(java.util.Date updateTime)- Specified by:
setUpdateTimein interfaceTranslationEntity
-
getScopeId
public java.lang.String getScopeId()Description copied from interface:TranslationThe id of the scoped object that the translation belongs to- Specified by:
getScopeIdin interfaceTranslation
-
setScopeId
public void setScopeId(java.lang.String scopeId)- Specified by:
setScopeIdin interfaceTranslationEntity
-
getScopeType
public java.lang.String getScopeType()Description copied from interface:TranslationThe type of the scoped object that the translation belongs to- Specified by:
getScopeTypein interfaceTranslation
-
setScopeType
public void setScopeType(java.lang.String scopeType)- Specified by:
setScopeTypein interfaceTranslationEntity
-
getKey
public java.lang.String getKey()Description copied from interface:TranslationThe key of the translation entry- Specified by:
getKeyin interfaceTranslation
-
setKey
public void setKey(java.lang.String key)- Specified by:
setKeyin interfaceTranslationEntity
-
getLocale
public java.lang.String getLocale()Description copied from interface:TranslationThe locale for the translation- Specified by:
getLocalein interfaceTranslation
-
setLocale
public void setLocale(java.lang.String locale)- Specified by:
setLocalein interfaceTranslationEntity
-
getValue
public java.lang.String getValue()Description copied from interface:TranslationThe value of the translation- Specified by:
getValuein interfaceTranslation
-
setValue
public void setValue(java.lang.String value)- Specified by:
setValuein interfaceTranslationEntity
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-