KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mockobjects > atg > MockQuery


1 package com.mockobjects.atg;
2 import atg.repository.*;/**
3  * Creation date: (06/04/2001 09:58:14)
4  * @author:
5  */

6 public class MockQuery implements Query {
7
8     /**
9      * MockQuery constructor comment.
10      */

11     public MockQuery() {
12         super();
13     }
14
15     /**
16      * getQueryOperation method comment.
17      */

18     public String JavaDoc getQueryOperation() {
19         return null;
20     }
21
22     /**
23      * getQueryRepresentation method comment.
24      */

25     public String JavaDoc getQueryRepresentation() {
26         return null;
27     }
28 }
Popular Tags