public interface Description 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 |
getDescription()
Returns the descripion text.
|
java.util.Locale |
getLocale()
Returns the locale of this descripion.
|
Copyright © 2003-2013 . All Rights Reserved.