Interface TranslationEntity
-
- All Superinterfaces:
Entity,Translation
- All Known Implementing Classes:
TranslationEntityImpl
public interface TranslationEntity extends Translation, Entity
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCreationTime(Date creationTime)voidsetCreatorId(String creatorId)voidsetKey(String key)voidsetLocale(String locale)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)voidsetUpdaterId(String updaterId)voidsetUpdateTime(Date updateTime)voidsetValue(String value)-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface com.flowable.platform.api.translation.Translation
getCreationTime, getCreatorId, getId, getKey, getLocale, getScopeId, getScopeType, getUpdaterId, getUpdateTime, getValue
-
-
-
-
Method Detail
-
setCreatorId
void setCreatorId(String creatorId)
-
setCreationTime
void setCreationTime(Date creationTime)
-
setUpdaterId
void setUpdaterId(String updaterId)
-
setUpdateTime
void setUpdateTime(Date updateTime)
-
setScopeId
void setScopeId(String scopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setKey
void setKey(String key)
-
setLocale
void setLocale(String locale)
-
setValue
void setValue(String value)
-
-