@Deprecated
public interface Localized
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(java.util.Locale aLocale)
Deprecated.
Returns the description of this object in the given locale.
|
java.lang.String |
getTitle(java.util.Locale aLocale)
Deprecated.
Returns the title of this object in the given locale.
|
java.lang.String getTitle(java.util.Locale aLocale)
aLocale - the locale for which to retrieve the title, must not
be null.null.
It is up to the invoker of the method to implement an appropriate
fallback mechanism.java.lang.String getDescription(java.util.Locale aLocale)
aLocale - the locale for which to retrieve the description, must not
be null.null.
It is up to the invoker of the method to implement an appropriate
fallback mechanism