public interface DisplayName extends Model
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Returns the display name.
|
java.util.Locale |
getLocale()
Returns the locale of this display name
|
Copyright © 2003-2013 . All Rights Reserved.