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
 java.lang.String getName()
          get the name of this object.
 void setName(java.lang.String name)
          set the name of this object.
 

Method Detail

getName

java.lang.String getName()
get the name of this object.

Returns:
name of this object.

setName

void setName(java.lang.String name)
set the name of this object.

Parameters:
name - the new name.