KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > tigris > scarab > om > Frequency


1 package org.tigris.scarab.om;
2
3
4 import org.apache.torque.om.Persistent;
5
6 /**
7  * You should add additional methods to this class to meet the
8  * application requirements. This class will only be generated as
9  * long as it does not already exist in the output directory.
10  */

11 public class Frequency
12     extends org.tigris.scarab.om.BaseFrequency
13     implements Persistent
14 {
15 }
16
Popular Tags