Interface TranslationEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,Translation
- All Known Implementing Classes:
TranslationEntityImpl
public interface TranslationEntity
extends Translation, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreationTime(Date creationTime) voidsetCreatorId(String creatorId) voidvoidvoidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetUpdaterId(String updaterId) voidsetUpdateTime(Date updateTime) voidMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface com.flowable.platform.api.translation.Translation
getCreationTime, getCreatorId, getId, getKey, getLocale, getScopeId, getScopeType, getUpdaterId, getUpdateTime, getValue
-
Method Details
-
setCreatorId
-
setCreationTime
-
setUpdaterId
-
setUpdateTime
-
setScopeId
-
setScopeType
-
setKey
-
setLocale
-
setValue
-