Interface ITranslatable
-
- All Implemented Interfaces:
public interface ITranslatable<ID extends Object, T extends ITranslation<ID, ?>>Interface representing a translatable entity.
-
-
Method Summary
Modifier and Type Method Description abstract IDgetId()Get the ID of the translatable entity. abstract List<T>getTranslations()Get the translations of the translatable entity. -
-
Method Detail
-
getTranslations
abstract List<T> getTranslations()
Get the translations of the translatable entity.
-
-
-
-