CLRA 0.1.2

com.clra.util
Interface IName

All Superinterfaces:
INamed

public interface IName
extends INamed

Declares a read-write interface for named objects.

Version:
$Revision: 1.2 $ $Date: 2002/02/18 18:05:24 $
Author:
Rick Hall

Method Summary
 void setName(String name)
          Sets the name of an object.
 
Methods inherited from interface com.clra.util.INamed
getName
 

Method Detail

setName

public void setName(String name)
Sets the name of an object. Implementations should ensure the passed value is not null and is not blank after trimmming. (Only trimmed values should be used.)
Parameters:
name - a non-blank, non-empty value.

CLRA 0.1.2