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
-
Method Details
-
getName
String getName()get the name of this object.- Returns:
- name of this object.
-
setName
set the name of this object.- Parameters:
name
- the new name.
-