net.sf.mmm.util.lang.api.attribute
Interface AttributeReadTitle<T>

Type Parameters:
T - is the generic type of the title. The type will typically be String but can also be something else (e.g. NlsMessage.
All Known Subinterfaces:
AttributeWriteTitle<T>

public interface AttributeReadTitle<T>

This is the abstract interface for an object that has an title.

Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 T getTitle()
          This method gets the title of this object.
 

Method Detail

getTitle

T getTitle()
This method gets the title of this object.
NOTE:
For generic usage you need to use Object.toString() of the result if NOT null

Returns:
the title or null if not set. The string-representation of the result (if NOT null) needs to be suitable for end-users.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.