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

    Modifier and Type
    Method
    Description
    get the name of this object.
    void
    set the name of this object.
  • Method Details

    • getName

      String getName()
      get the name of this object.
      Returns:
      name of this object.
    • setName

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