it.amattioli.dominate
Interface LocalDescribed
- 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
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.