|
|||||||||
| Home >> All >> com >> clra >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.clra.util
Interface IName

- 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.)
|
|||||||||
| Home >> All >> com >> clra >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC