public abstract class PersistentObject
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
protected |
PersistentObject()
Not yet commented.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a copy of the receiver.
|
public static final long serialVersionUID
Jump to the Colt Homepage