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

Type Parameters:
T - is the generic type of the title. See AttributeReadTitle.
All Superinterfaces:
AttributeReadTitle<T>

public interface AttributeWriteTitle<T>
extends AttributeReadTitle<T>

The mutable variant of AttributeReadTitle.

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

Method Summary
 void setTitle(T newTitle)
          This method sets the title of this object.
 
Methods inherited from interface net.sf.mmm.util.lang.api.attribute.AttributeReadTitle
getTitle
 

Method Detail

setTitle

void setTitle(T newTitle)
This method sets the title of this object.

Parameters:
newTitle - is the new title to set.


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