org.jfree.report.util

Class InstanceID

Implemented Interfaces:
Serializable

public final class InstanceID
extends java.lang.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

Constructor Summary

InstanceID()
DefaultConstructor.

Method Summary

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

Constructor Details

InstanceID

public InstanceID()
DefaultConstructor.

Method Details

toString

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