Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.util
Interface IName  view IName download IName.java

All Superinterfaces:
INamed

public interface IName
extends INamed

Declares a read-write interface for named objects.

Version:
$Revision: 1.3 $ $Date: 2003/02/26 03:38:45 $

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

Method Detail

setName

public void setName(java.lang.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.)