cz.psika.numerist
Class Memento

java.lang.Object
  extended by cz.psika.numerist.Memento
Direct Known Subclasses:
ItemMemento

public abstract class Memento
extends java.lang.Object

Abstract class implementing history object.

Author:
Tomas Psika

Constructor Summary
Memento()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Memento

public Memento()