public interface Translation
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime()
The creation timestamp of the translation.
|
String |
getCreatorId()
The id of the user that created the translation.
|
String |
getId()
The unique identifier of the translation
|
String |
getKey()
The key of the translation entry
|
String |
getLocale()
The locale for the translation
|
String |
getScopeId()
The id of the scoped object that the translation belongs to
|
String |
getScopeType()
The type of the scoped object that the translation belongs to
|
String |
getUpdaterId()
The id of the user that last updated the translation
|
Date |
getUpdateTime()
The timestamp of the last update of the translation
|
String |
getValue()
The value of the translation
|
String getId()
String getCreatorId()
Date getCreationTime()
String getUpdaterId()
Date getUpdateTime()
String getScopeId()
String getScopeType()
String getKey()
String getLocale()
String getValue()