JMACS

org.jmacs
Class CloneableSerializable

java.lang.Object
  extended by org.jmacs.CloneableSerializable
All Implemented Interfaces:
Serializable, Cloneable

public class CloneableSerializable
extends Object
implements Cloneable, Serializable

convenience that may be used as the base class of status classes.

Version:
$Id: CloneableSerializable.java 822 2006-07-15 18:56:16Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
protected CloneableSerializable()
          only to be instantiated by subclasses.
 
Method Summary
 Object clone()
          overrides protected method of superclass.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneableSerializable

protected CloneableSerializable()
only to be instantiated by subclasses.

Method Detail

clone

public final Object clone()
overrides protected method of superclass.

Overrides:
clone in class Object

JMACS

jmacs.org