org.pentaho.reporting.engine.classic.core.util
Class InstanceID

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.util.InstanceID
All Implemented Interfaces:
Serializable

public final class InstanceID
extends Object
implements Serializable

This class can be used as ID to mark instances of objects. This allows to track and identify objects and their clones.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
InstanceID()
          DefaultConstructor.
 
Method Summary
 String toString()
          Returns a simple string representation of this object to make is identifiable by human users.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceID

public InstanceID()
DefaultConstructor.

Method Detail

toString

public String toString()
Returns a simple string representation of this object to make is identifiable by human users.

Overrides:
toString in class Object
Returns:
the string representation.