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 SummaryFields 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 SummaryConstructors Constructor Description TranslationEntityImpl()
- 
Method SummaryModifier 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.AbstractEntitygetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Field Details- 
creatorIdprotected java.lang.String creatorId
- 
creationTimeprotected java.util.Date creationTime
- 
updaterIdprotected java.lang.String updaterId
- 
updateTimeprotected java.util.Date updateTime
- 
scopeIdprotected java.lang.String scopeId
- 
scopeTypeprotected java.lang.String scopeType
- 
keyprotected java.lang.String key
- 
localeprotected java.lang.String locale
- 
valueprotected java.lang.String value
 
- 
- 
Constructor Details- 
TranslationEntityImplpublic TranslationEntityImpl()
 
- 
- 
Method Details- 
getIdPrefixpublic java.lang.String getIdPrefix()- Specified by:
- getIdPrefixin interface- org.flowable.common.engine.impl.persistence.entity.Entity
 
- 
getPersistentStatepublic java.lang.Object getPersistentState()- Specified by:
- getPersistentStatein interface- org.flowable.common.engine.impl.persistence.entity.Entity
 
- 
getCreatorIdpublic java.lang.String getCreatorId()Description copied from interface:TranslationThe id of the user that created the translation.- Specified by:
- getCreatorIdin interface- Translation
 
- 
setCreatorIdpublic void setCreatorId(java.lang.String creatorId)- Specified by:
- setCreatorIdin interface- TranslationEntity
 
- 
getCreationTimepublic java.util.Date getCreationTime()Description copied from interface:TranslationThe creation timestamp of the translation.- Specified by:
- getCreationTimein interface- Translation
 
- 
setCreationTimepublic void setCreationTime(java.util.Date creationTime)- Specified by:
- setCreationTimein interface- TranslationEntity
 
- 
getUpdaterIdpublic java.lang.String getUpdaterId()Description copied from interface:TranslationThe id of the user that last updated the translation- Specified by:
- getUpdaterIdin interface- Translation
 
- 
setUpdaterIdpublic void setUpdaterId(java.lang.String updaterId)- Specified by:
- setUpdaterIdin interface- TranslationEntity
 
- 
getUpdateTimepublic java.util.Date getUpdateTime()Description copied from interface:TranslationThe timestamp of the last update of the translation- Specified by:
- getUpdateTimein interface- Translation
 
- 
setUpdateTimepublic void setUpdateTime(java.util.Date updateTime)- Specified by:
- setUpdateTimein interface- TranslationEntity
 
- 
getScopeIdpublic java.lang.String getScopeId()Description copied from interface:TranslationThe id of the scoped object that the translation belongs to- Specified by:
- getScopeIdin interface- Translation
 
- 
setScopeIdpublic void setScopeId(java.lang.String scopeId)- Specified by:
- setScopeIdin interface- TranslationEntity
 
- 
getScopeTypepublic java.lang.String getScopeType()Description copied from interface:TranslationThe type of the scoped object that the translation belongs to- Specified by:
- getScopeTypein interface- Translation
 
- 
setScopeTypepublic void setScopeType(java.lang.String scopeType)- Specified by:
- setScopeTypein interface- TranslationEntity
 
- 
getKeypublic java.lang.String getKey()Description copied from interface:TranslationThe key of the translation entry- Specified by:
- getKeyin interface- Translation
 
- 
setKeypublic void setKey(java.lang.String key)- Specified by:
- setKeyin interface- TranslationEntity
 
- 
getLocalepublic java.lang.String getLocale()Description copied from interface:TranslationThe locale for the translation- Specified by:
- getLocalein interface- Translation
 
- 
setLocalepublic void setLocale(java.lang.String locale)- Specified by:
- setLocalein interface- TranslationEntity
 
- 
getValuepublic java.lang.String getValue()Description copied from interface:TranslationThe value of the translation- Specified by:
- getValuein interface- Translation
 
- 
setValuepublic void setValue(java.lang.String value)- Specified by:
- setValuein interface- TranslationEntity
 
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Object
 
 
-