com.rubecula.util
Interface Nameable

All Superinterfaces:
Identifiable
All Known Implementing Classes:
Complex, Compound, JQuantityPresentation, MutableNumber, UnitsFoundation

public interface Nameable
extends Identifiable

Interface to allow an object to be mamed, i.e. identified. The value of the identification can be found through the Identifiable interface. Primarily for debugging purposes.

Since:
V_0_3 (was renamed from Identifiable).
Version:
$Revision: 1.2 $
Author:
Robin Hillyard

Method Summary
 void setIdentifier(java.lang.String identifier)
          Method to set a specific identifier to an object.
 
Methods inherited from interface com.rubecula.util.Identifiable
getIdentifier
 

Method Detail

setIdentifier

public void setIdentifier(java.lang.String identifier)
Method to set a specific identifier to an object.

Parameters:
identifier - the identifier to associate with the object.