it.amattioli.dominate
Interface LocalDescribed

Show UML class diagram
All Known Implementing Classes:
ComparisonType

public interface LocalDescribed

This interface can be implemented by model classes (entities or values) that publish a localized description. User interfaces can use this description to render the object, for example, in a list.

Author:
giacomo

Method Summary
 String getDescription(Locale locale)
          The localized description of this object.
 

Method Detail

getDescription

String getDescription(Locale locale)
The localized description of this object.

Parameters:
locale - the specified locale
Returns:
the localized description of this object


Copyright © 2011. All Rights Reserved.