com.rubecula.util
Interface Identifiable

All Known Subinterfaces:
Auditable, ExpressionInterface, Integral, LookupableFactoryInterface, Measurable, Millable, MillFactoryInterface, MillInterface, Nameable
All Known Implementing Classes:
BaseNumber, BaseUnit, Complex, Compound, Constants, ExpressionParser, Item, JQuantity, JQuantityPresentation, Manifest, Mill, MillFactory, MutableNumber, Presentation, Units, UnitsFoundation, UnitsTable, WholeNumber

public interface Identifiable

Interface to define the getIdentifier() method for identifying objects (primarily for debugging purposes).
(Formerly part of the Auditable interface).

Since:
V_0_1
Version:
$Revision: 1.3 $
Author:
Robin Hillyard

Method Summary
 java.lang.String getIdentifier()
          Method to get the specific identifier for an object.
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Method to get the specific identifier for an object.

Returns:
the identifier.