1
2
3 package org.apache.jetspeed.om.security.turbine;
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 TurbineRole objects.
11 * The skeleton for this class was autogenerated by Torque on:
12 *
13 * [Thu Apr 22 23:12:36 EDT 2004]
14 *
15 * You should add additional methods to this class to meet the
16 * application requirements. This class will only be generated as
17 * long as it does not already exist in the output directory.
18 */
19 public class TurbineRoleManager
20 extends BaseTurbineRoleManager
21 {
22 /***
23 * Creates a new <code>TurbineRoleManager</code> instance.
24 *
25 * @exception TorqueException if an error occurs
26 */
27 public TurbineRoleManager()
28 throws TorqueException
29 {
30 super();
31 }
32 }