- 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
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
void setCreatorId(java.lang.String creatorId)
-
void setCreationTime(java.util.Date creationTime)
-
void setUpdaterId(java.lang.String updaterId)
-
void setUpdateTime(java.util.Date updateTime)
-
void setScopeId(java.lang.String scopeId)
-
void setScopeType(java.lang.String scopeType)
-
void setKey(java.lang.String key)
-
void setLocale(java.lang.String locale)
-
void setValue(java.lang.String value)