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  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
  • 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 entry
    java.lang.String getLocale()
    The locale for the translation
    java.lang.Object getPersistentState()  
    java.lang.String getScopeId()
    The id of the scoped object that the translation belongs to
    java.lang.String getScopeType()
    The type of the scoped object that the translation belongs to
    java.lang.String getUpdaterId()
    The id of the user that last updated the translation
    java.util.Date getUpdateTime()
    The timestamp of the last update of the translation
    java.lang.String getValue()
    The value of the translation
    void 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

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated

    Methods inherited from interface com.flowable.platform.api.translation.Translation

    getId