org.starhope.catullus
Interface Copyable<T extends DataRecord>

Type Parameters:
T - WRITEME
All Known Implementing Classes:
UserRecord, Wallet

public interface Copyable<T extends DataRecord>

A class that can copy another over itself.

Author:
brpocock@star-hope.org

Method Summary
 T copyProtoype(T prototype)
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

copyProtoype

T copyProtoype(T prototype)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
prototype - WRITEME
Returns:
self, for chaining