org.apache.pluto.om.common
Interface DisplayName

All Superinterfaces:
Model

public interface DisplayName
extends Model

The DisplayName interface represents a display name text of the deployment decriptor in a specifc locale.

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.


Method Summary
 java.lang.String getDisplayName()
          Returns the display name.
 java.util.Locale getLocale()
          Returns the locale of this display name
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Returns the display name.

Returns:
display name

getLocale

java.util.Locale getLocale()
Returns the locale of this display name

Returns:
the locale of this display name