public interface Text
| Modifier and Type | Method and Description |
|---|---|
Collection<Locale> |
getLocales() |
String |
getText() |
String |
getText(Locale locale) |
Set<Translation> |
getTranslations() |
void |
setText(Locale locale,
String text)
sets (means: "add" or "replace") a text with a given locale
|
void |
setTranslations(Set<Translation> translations) |
Collection<Locale> getLocales()
String getText()
String getText(Locale locale)
locale - the desired locale.Set<Translation> getTranslations()
void setTranslations(Set<Translation> translations)
Copyright © 2018. All rights reserved.