Package org.jfree.report.util
Class InstanceID
- java.lang.Object
-
- org.jfree.report.util.InstanceID
-
- All Implemented Interfaces:
java.io.Serializable
public final class InstanceID extends java.lang.Object implements java.io.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
Constructors Constructor Description InstanceID()
DefaultConstructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a simple string representation of this object to make is identifiable by human users.
-