public interface TranslationEntity extends Translation, Entity
Modifier and Type | Method and 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) |
getCreationTime, getCreatorId, getId, getKey, getLocale, getScopeId, getScopeType, getUpdaterId, getUpdateTime, getValue
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
void setCreatorId(String creatorId)
void setCreationTime(Date creationTime)
void setUpdaterId(String updaterId)
void setUpdateTime(Date updateTime)
void setScopeId(String scopeId)
void setScopeType(String scopeType)
void setKey(String key)
void setLocale(String locale)
void setValue(String value)