Package de.bea.domingo.mock

Implementations of some interfaces for temporary objects.

See:
          Description

Class Summary
MockDocument Transient mock implementation of interface DDocument.
MockItem Transient mock implementation of interface DItem.
MockViewEntry Transient mock implementation of interface DViewEntry.
 

Package de.bea.domingo.mock Description

Implementations of some interfaces for temporary objects. These implementations are usefull for tests or if only a non-persistent instance implementation of an interface is needed, e.g. in adapters between two modules.

ATTENTION:
Not all methods of the temporary implementations can be used, e.g. DDocument.getParentDatabase() cannot return a DDatabase, because the temporary document is not persistent. Also maybe some other methods are note yet implemented because nobody needed them so far.



Domingo Java-API