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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCreationTime(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)-
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(java.lang.String creatorId)
-
setCreationTime
void setCreationTime(java.util.Date creationTime)
-
setUpdaterId
void setUpdaterId(java.lang.String updaterId)
-
setUpdateTime
void setUpdateTime(java.util.Date updateTime)
-
setScopeId
void setScopeId(java.lang.String scopeId)
-
setScopeType
void setScopeType(java.lang.String scopeType)
-
setKey
void setKey(java.lang.String key)
-
setLocale
void setLocale(java.lang.String locale)
-
setValue
void setValue(java.lang.String value)
-
-