| Package | Description |
|---|---|
| org.gomoob.model | |
| org.gomoob.model.translation |
| Modifier and Type | Method and Description |
|---|---|
ITranslation |
ITranslatableEntity.getTranslation(String languageCode)
Gets a translation (corresponding to a specified language code) for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ITranslation> |
ITranslatableEntity.getTranslations()
Gets multiple translations in multiple languages for this translatable entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITranslatableEntity.setTranslation(ITranslation translation)
Adds a new translation or update an existing one for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITranslatableEntity.setTranslations(Map<String,ITranslation> translations)
Sets multiple translations in multiple languages for this translatable entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Translation
Class which define translations for multiple attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ITranslation |
AbstractTranslatableEntity.getTranslation(String languageCode)
Gets a translation (corresponding to a specified language code) for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ITranslation> |
AbstractTranslatableEntity.getTranslations()
Gets multiple translations in multiple languages for this translatable entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslatableEntity.setTranslation(ITranslation translation)
Adds a new translation or update an existing one for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslatableEntity.setTranslations(Map<String,ITranslation> translations)
Sets multiple translations in multiple languages for this translatable entity.
|
Copyright © 2017 GOMOOB. All rights reserved.