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