com.moneydance.util
Interface DeepClone

All Known Implementing Classes:
StreamTable

public interface DeepClone

Interface for objects that know how to make copies (clones) of themselves as well as all of their contents. $Author: sreilly $ $Date: 2001/01/31 19:31:16 $ $Revision: 1.1 $ ------------------------------------------------------------------------ $Log: DeepClone.java,v $ Revision 1.1 2001/01/31 19:31:16 sreilly Moved *everything* to com.moneydance package, and rearranged a couple of the packages in the process. Revision 1.3 1999/02/12 21:22:47 sreilly added copyright and removed references to artistic license Revision 1.2 1998/12/09 03:01:34 sreilly Reminders mostly implemented and working, including homepage summary of reminders. Revision 1.1.1.1 1998/08/13 13:58:57 sreilly Initial Moneydance checkin


Method Summary
 java.lang.Object deepClone()
           
 

Method Detail

deepClone

java.lang.Object deepClone()