KickJava   Java API By Example, From Geeks To Geeks.

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


1
2
3 package org.tigris.scarab.om;
4
5 import org.apache.torque.Torque;
6 import org.apache.torque.TorqueException;
7 import org.apache.torque.om.Persistent;
8
9 /**
10  * This class manages Condition objects.
11  * The skeleton for this class was autogenerated by Torque * You should add additional methods to this class to meet the
12  * application requirements. This class will only be generated as
13  * long as it does not already exist in the output directory.
14  */

15 public class ConditionManager
16     extends BaseConditionManager
17 {
18     /**
19      * Creates a new <code>ConditionManager</code> instance.
20      *
21      * @exception TorqueException if an error occurs
22      */

23     public ConditionManager()
24         throws TorqueException
25     {
26         super();
27     }
28 }
29
Popular Tags