| |
|
| java.lang.Object org.jfree.report.util.InstanceID
InstanceID | final public class InstanceID implements Serializable(Code) | | 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 | |
public | InstanceID() DefaultConstructor. |
Method Summary | |
public String | toString() Returns a simple string representation of this object to make is identifiable by
human users. |
InstanceID | public InstanceID()(Code) | | DefaultConstructor.
|
toString | public String toString()(Code) | | Returns a simple string representation of this object to make is identifiable by
human users.
the string representation. |
|
|
|