com.rubecula.util
Interface Identifiable

All Known Implementing Classes:
JQuantityPresentation, MutableNumber, UnitsFoundation

public interface Identifiable

Interface to allow an object to be identified. The value of the identification can be found from Auditable methods. Primarily for debugging purposes.

Version:
$Revision: 1.1 $
Author:
Robin Hillyard

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

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.