cz.psika.numerist
Class Entry.EntryMemento

java.lang.Object
  extended by cz.psika.numerist.Memento
      extended by cz.psika.numerist.ItemMemento
          extended by cz.psika.numerist.Entry.EntryMemento
All Implemented Interfaces:
History, Item, ItemObservable
Enclosing class:
Entry

protected class Entry.EntryMemento
extends ItemMemento

Class used to conserve history status of entry. No need of special implementation different from the code in ItemMemento class.


Field Summary
 
Fields inherited from class cz.psika.numerist.ItemMemento
id, sourceString, style
 
Constructor Summary
protected Entry.EntryMemento()
           
 
Method Summary
 
Methods inherited from class cz.psika.numerist.ItemMemento
addObserver, copyId, createMemento, deleteObserver, fetchDiagram, fetchEntry, getId, getString, getStyle, notifyObservers, setMemento, setString, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry.EntryMemento

protected Entry.EntryMemento()