org.jfree.report.util

Class InstanceID

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

Constructor Summary
InstanceID()
DefaultConstructor.
Method Summary
StringtoString()
Returns a simple string representation of this object to make is identifiable by human users.

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.

Returns: the string representation.