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 void
setCreationTime(Date creationTime)
void
setCreatorId(String creatorId)
void
setKey(String key)
void
setLocale(String locale)
void
setScopeId(String scopeId)
void
setScopeType(String scopeType)
void
setUpdaterId(String updaterId)
void
setUpdateTime(Date updateTime)
void
setValue(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)
-
-