com.tonbeller.jpivot.test.olap
Class TestResetQuery

java.lang.Object
  extended by com.tonbeller.jpivot.core.ExtensionSupport
      extended by com.tonbeller.jpivot.test.olap.TestExtensionSupport
          extended by com.tonbeller.jpivot.test.olap.TestResetQuery
All Implemented Interfaces:
Extension, ResetQuery

public class TestResetQuery
extends TestExtensionSupport
implements ResetQuery

Created on 06.12.2002

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.navi.ResetQuery
ID
 
Constructor Summary
TestResetQuery()
           
 
Method Summary
 void reset()
          reset the query
 
Methods inherited from class com.tonbeller.jpivot.test.olap.TestExtensionSupport
fireModelChanged, model
 
Methods inherited from class com.tonbeller.jpivot.core.ExtensionSupport
decorate, getId, getModel, modelInitialized, setId, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.jpivot.core.Extension
decorate, getId, modelInitialized, setModel
 

Constructor Detail

TestResetQuery

public TestResetQuery()
Method Detail

reset

public void reset()
Description copied from interface: ResetQuery
reset the query

Specified by:
reset in interface ResetQuery
See Also:
ResetQuery.reset()