org.apache.pluto.om.common
Interface Description

All Superinterfaces:
Model

public interface Description
extends Model

The Description interface represents a description 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 getDescription()
          Returns the descripion text.
 java.util.Locale getLocale()
          Returns the locale of this descripion.
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns the descripion text.

Returns:
description text

getLocale

public java.util.Locale getLocale()
Returns the locale of this descripion.

Returns:
the locale of this description


Copyright © 2003-2005 . All Rights Reserved.