Interface TranslationEntity

All Superinterfaces:
Entity, Translation
All Known Implementing Classes:
TranslationEntityImpl

public interface TranslationEntity extends Translation, Entity
Author:
Filip Hrisafov
  • Method Details

    • 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)