it.amattioli.dominate
Interface Described

Show UML class diagram
All Known Implementing Classes:
ComparisonType

public interface Described

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

Author:
andrea

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

Method Detail

getDescription

String getDescription()
The description of this object.

Returns:
the description of this object


Copyright © 2011. All Rights Reserved.