org.apache.pluto.om.common
Interface DescriptionSet

All Superinterfaces:
Model

public interface DescriptionSet
extends Model

The DescriptionSet interface represents all localized texts for one description.

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
 Description get(java.util.Locale locale)
          Returns the description for the given locale
 java.util.Iterator iterator()
          Returns the elements of this set
 

Method Detail

iterator

public java.util.Iterator iterator()
Returns the elements of this set

Returns:
An iterator containg all elements of type Description

get

public Description get(java.util.Locale locale)
Returns the description for the given locale

Returns:
the localized description


Copyright © 2003-2005 . All Rights Reserved.