Package pal.misc
Interface Nameable
-
- All Known Implementing Classes:
Identifier
,SimpleIdGroup
public interface Nameable
interface for classes that can be named.- Version:
- $Id: Nameable.java,v 1.2 2001/07/13 14:39:13 korbinian Exp $
- Author:
- Alexei Drummond
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
get the name of this object.void
setName(java.lang.String name)
set the name of this object.
-