pal.misc
Interface Nameable

All Known Implementing Classes:
Identifier, SimpleIdGroup

public interface Nameable

interface for classes that can be named.


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

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

setName

public void setName(java.lang.String name)
set the name of this object.
Parameters:
name - the new name.