public class TranslationImpl extends Object implements Translation
| Constructor and Description |
|---|
TranslationImpl(Locale locale,
String text) |
TranslationImpl(Translation translation) |
public TranslationImpl(Translation translation)
public Locale getLocale()
getLocale in interface Translationpublic void setLocale(Locale locale)
setLocale in interface Translationpublic String getText()
getText in interface Translationpublic void setText(String text)
setText in interface Translationpublic boolean has(Locale locale)
has in interface TranslationCopyright © 2018. All rights reserved.